summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-02-02 18:33:40 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2017-02-07 13:05:54 +0000
commit6d31bae5121687c38cf4eb2f8b30bfeb664f4b22 (patch)
treeefbf0fd79b1a823c7c7c4701101b1aba7de1097c /audio
parent7cc49b4fb22393d1dae44f62944c21b2ba00c170 (diff)
downloadhardware_samsung-6d31bae5121687c38cf4eb2f8b30bfeb664f4b22.tar.gz
hardware_samsung-6d31bae5121687c38cf4eb2f8b30bfeb664f4b22.tar.bz2
hardware_samsung-6d31bae5121687c38cf4eb2f8b30bfeb664f4b22.zip
audio: in_call is a bool type
Change-Id: Ie8db6ddac7f3cb64acd4bf95be00744754a2907d
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.h2
1 files changed, 1 insertions, 1 deletions
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 @@ struct audio_device {
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;