summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorliang121.sun <liang121.sun@samsung.com>2013-05-07 17:46:55 +0800
committerSeungbae Shin <seungbae.shin@samsung.com>2013-05-14 16:46:55 +0900
commit2947cebaf7d70c92fe427972d65b2b616e5711d3 (patch)
treeb7d76c9cfa86ec706b10e057ac30cae98803f2d5 /include
parentb113fa7bf18865a1cd296da58c6e456536080388 (diff)
downloadavsystem-2947cebaf7d70c92fe427972d65b2b616e5711d3.tar.gz
avsystem-2947cebaf7d70c92fe427972d65b2b616e5711d3.tar.bz2
avsystem-2947cebaf7d70c92fe427972d65b2b616e5711d3.zip
Change-Id: Icce57d8413d081194a150f3dc3205f610392675d
Diffstat (limited to 'include')
-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);