summaryrefslogtreecommitdiffstats
path: root/audio_ril_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio_ril_interface.h')
-rw-r--r--audio_ril_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio_ril_interface.h b/audio_ril_interface.h
index c1befae..3d7e3f1 100644
--- a/audio_ril_interface.h
+++ b/audio_ril_interface.h
@@ -28,6 +28,8 @@ struct tinyalsa_audio_ril_interface {
void *dl_handle;
audio_devices_t device_current;
+
+ pthread_mutex_t lock;
};
int audio_ril_interface_set_mic_mute(struct tinyalsa_audio_ril_interface *ril_interface, bool state);