diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2012-09-15 19:07:28 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2012-09-15 19:07:28 +0200 |
commit | de43b72379b469567454b96d03a56bf813913475 (patch) | |
tree | 8518adc9fc255f9a990e3336c9fb10eb520b31cb /include | |
parent | 7a3189f6b12fd788b023785da9ef262890269778 (diff) | |
download | external_libsamsung-ipc-de43b72379b469567454b96d03a56bf813913475.zip external_libsamsung-ipc-de43b72379b469567454b96d03a56bf813913475.tar.gz external_libsamsung-ipc-de43b72379b469567454b96d03a56bf813913475.tar.bz2 |
SND: Add missing undocumented commands
Change-Id: Ib84ce488e3f78c4fd0dfcfc7eb199c0d93bc034e
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/snd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/snd.h b/include/snd.h index 56bdb2d..e868b61 100644 --- a/include/snd.h +++ b/include/snd.h @@ -26,8 +26,13 @@ struct ipc_message_info; #define IPC_SND_SPKR_VOLUME_CTRL 0x0901 #define IPC_SND_MIC_MUTE_CTRL 0x0902 #define IPC_SND_AUDIO_PATH_CTRL 0x0903 +#define IPC_SND_AUDIO_SOURCE_CTRL 0x0904 +#define IPC_SND_LOOPBACK_CTRL 0x0905 +#define IPC_SND_VOICE_RECORDING_CTRL 0x0906 +#define IPC_SND_VIDEO_CALL_CTRL 0x0907 #define IPC_SND_RINGBACK_TONE_CTRL 0x0908 #define IPC_SND_CLOCK_CTRL 0x0909 +#define IPC_SND_WB_AMR_STATUS 0x090A #define IPC_SND_VOLUME_TYPE_VOICE 0x01 #define IPC_SND_VOLUME_TYPE_SPEAKER 0x11 |