summaryrefslogtreecommitdiffstats
path: root/emulator/audio/driver/audio_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/audio/driver/audio_hw.h')
-rw-r--r--emulator/audio/driver/audio_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/audio/driver/audio_hw.h b/emulator/audio/driver/audio_hw.h
index 9ad7990..41217ad 100644
--- a/emulator/audio/driver/audio_hw.h
+++ b/emulator/audio/driver/audio_hw.h
@@ -28,6 +28,7 @@
struct generic_audio_device {
struct audio_hw_device device; // Constant after init
pthread_mutex_t lock;
+ bool master_mute; // Proteced by this->lock
bool mic_mute; // Proteced by this->lock
struct mixer *mixer; // Proteced by this->lock
Hashmap *out_bus_stream_map; // Extended field. Constant after init