commit | 05bc1882e2cb41dd629515e516c1e0fb611d6279 | [log] [tgz] |
---|---|---|
author | Andreas Schneider <asn@cryptomilk.org> | Thu Feb 09 14:03:11 2017 +0100 |
committer | Christopher N. Hesse <raymanfx@gmail.com> | Sun Feb 12 11:56:30 2017 +0000 |
tree | c2569b978bf780ddc2fcd8ed6127ced98dd47094 | |
parent | 1983165ec8b6e34ceea301bc188c4f27607f3ebf [diff] [blame] |
audio: Add support for bluetooth voice calls Change-Id: Ic63b7c09ed7401ab72824a406db333e3fbce780b
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 45c3407..ca90fef 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h
@@ -381,6 +381,7 @@ bool in_call; float volume; bool bluetooth_nrec; + bool bluetooth_wb; void *session; };