diff options
author | PaulK <contact@paulk.fr> | 2012-01-03 21:01:13 +0100 |
---|---|---|
committer | PaulK <contact@paulk.fr> | 2012-01-03 21:01:13 +0100 |
commit | 6164e00e662a344f3ae8f31543aed68cb75b8ada (patch) | |
tree | aa44b111649072c37440c3e324efa0ed10dc3e51 /include | |
parent | d99224db451b85f659053ec55aebd8de5831050d (diff) | |
download | external_libsamsung-ipc-6164e00e662a344f3ae8f31543aed68cb75b8ada.zip external_libsamsung-ipc-6164e00e662a344f3ae8f31543aed68cb75b8ada.tar.gz external_libsamsung-ipc-6164e00e662a344f3ae8f31543aed68cb75b8ada.tar.bz2 |
Fixed SND define that prevented in-call volume change to work
Diffstat (limited to 'include')
-rw-r--r-- | include/snd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snd.h b/include/snd.h index ee3f446..56bdb2d 100644 --- a/include/snd.h +++ b/include/snd.h @@ -23,7 +23,7 @@ struct ipc_message_info; -#define IPC_SND_SPKR_VOLUME_CTRL 0x9001 +#define IPC_SND_SPKR_VOLUME_CTRL 0x0901 #define IPC_SND_MIC_MUTE_CTRL 0x0902 #define IPC_SND_AUDIO_PATH_CTRL 0x0903 #define IPC_SND_RINGBACK_TONE_CTRL 0x0908 |