summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
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;