aboutsummaryrefslogtreecommitdiffstats
path: root/include/snd.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-01-03 21:01:13 +0100
committerPaulK <contact@paulk.fr>2012-01-03 21:01:13 +0100
commit6164e00e662a344f3ae8f31543aed68cb75b8ada (patch)
treeaa44b111649072c37440c3e324efa0ed10dc3e51 /include/snd.h
parentd99224db451b85f659053ec55aebd8de5831050d (diff)
downloadexternal_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/snd.h')
-rw-r--r--include/snd.h2
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