summaryrefslogtreecommitdiff
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 1f9aa51..c243222 100644
--- a/emulator/audio/driver/audio_hw.h
+++ b/emulator/audio/driver/audio_hw.h
@@ -37,6 +37,7 @@ struct generic_audio_device {
int next_tone_frequency_to_assign; // Protected by this->lock
// Play on Speaker zone selection
int last_zone_selected_to_play; // Protected by this->lock
+ bool hfp_running;
};
static struct generic_audio_device *device_handle;