commit | 6d31bae5121687c38cf4eb2f8b30bfeb664f4b22 | [log] [tgz] |
---|---|---|
author | Andreas Schneider <asn@cryptomilk.org> | Thu Feb 02 18:33:40 2017 +0100 |
committer | Christopher N. Hesse <raymanfx@gmail.com> | Tue Feb 07 13:05:54 2017 +0000 |
tree | efbf0fd79b1a823c7c7c4701101b1aba7de1097c | |
parent | 7cc49b4fb22393d1dae44f62944c21b2ba00c170 [diff] |
audio: in_call is a bool type Change-Id: Ie8db6ddac7f3cb64acd4bf95be00744754a2907d
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index fec4c68..fddeffc 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h
@@ -376,7 +376,7 @@ audio_mode_t mode; struct stream_in* active_input; struct stream_out* primary_output; - int in_call; + bool in_call; float voice_volume; bool mic_mute; bool bluetooth_nrec;