summaryrefslogtreecommitdiff
path: root/include/avsys-audio-handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/avsys-audio-handle.h')
-rw-r--r--include/avsys-audio-handle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/avsys-audio-handle.h b/include/avsys-audio-handle.h
index 41db071..4e9b1e1 100644
--- a/include/avsys-audio-handle.h
+++ b/include/avsys-audio-handle.h
@@ -101,8 +101,10 @@ int avsys_audio_handle_reset(int *volume_value);
int avsys_audio_handle_dump(void);
int avsys_audio_handle_rejuvenation(void);
int avsys_audio_handle_alloc(int *handle);
+int avsys_audio_handle_alloc_unlocked(int *handle);
int avsys_audio_handle_free(int handle);
int avsys_audio_handle_get_ptr(int handle, avsys_audio_handle_t **ptr, const int mode);
+int avsys_audio_handle_get_ptr_unlocked(int handle, avsys_audio_handle_t **ptr, const int mode);
int avsys_audio_handle_release_ptr(int handle, const int mode);
int avsys_audio_handle_set_mute(int handle, int mute);
int avsys_audio_handle_ext_dev_set_mute(avsysaudio_ext_device_t device_type, int mute);