From 2947cebaf7d70c92fe427972d65b2b616e5711d3 Mon Sep 17 00:00:00 2001 From: "liang121.sun" Date: Tue, 7 May 2013 17:46:55 +0800 Subject: [Merge] Fix race condition issue. Change-Id: Icce57d8413d081194a150f3dc3205f610392675d --- include/avsys-audio-handle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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); -- cgit v1.2.3