summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lohmann <plohmann@quicinc.com>2009-07-23 14:02:42 -0700
committerPeter Lohmann <plohmann@quicinc.com>2009-07-23 14:02:42 -0700
commitf8561d79682ab6be19ee0078358f6a4c016f2a98 (patch)
tree6c0de366ff1d310bfcf1778894c17038f32a172c
parenta64660709f5b2849f1a840b4430653ca3fccdf6e (diff)
downloadbionic-f8561d79682ab6be19ee0078358f6a4c016f2a98.zip
bionic-f8561d79682ab6be19ee0078358f6a4c016f2a98.tar.gz
bionic-f8561d79682ab6be19ee0078358f6a4c016f2a98.tar.bz2
bionic: Add API to set the max volume on all devices.
-rw-r--r--libc/kernel/common/linux/msm_audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_audio.h b/libc/kernel/common/linux/msm_audio.h
index cf55001..bb7a60f 100644
--- a/libc/kernel/common/linux/msm_audio.h
+++ b/libc/kernel/common/linux/msm_audio.h
@@ -46,6 +46,7 @@
#define AUDIO_SET_QCONCERT_PLUS _IOW(AUDIO_IOCTL_MAGIC, 36, unsigned)
#define AUDIO_SET_MBADRC _IOW(AUDIO_IOCTL_MAGIC, 37, unsigned)
#define AUDIO_SET_VOLUME_PATH _IOW(AUDIO_IOCTL_MAGIC, 38, struct msm_vol_info)
+#define AUDIO_SET_MAX_VOL_ALL _IOW(AUDIO_IOCTL_MAGIC, 39, unsigned)
#define AUDIO_MAX_COMMON_IOCTL_NUM 100