diff options
author | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2009-12-15 17:19:25 -0800 |
---|---|---|
committer | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2009-12-15 17:19:25 -0800 |
commit | ae0d88263574fcadbdee0f6d8e57329d07489819 (patch) | |
tree | f9e693f77d0069457be17a1e8044bcf882b879be /libc/kernel/common | |
parent | 604e190f47ffa579a26c4dd00c7c7932b10efc3f (diff) | |
parent | b4f844d5b6bf66fb49964df22864d1760210de8b (diff) | |
download | bionic-ae0d88263574fcadbdee0f6d8e57329d07489819.zip bionic-ae0d88263574fcadbdee0f6d8e57329d07489819.tar.gz bionic-ae0d88263574fcadbdee0f6d8e57329d07489819.tar.bz2 |
Merge change I6bf5dbc0 into eclair
* changes:
msm_audio.h: Update to use the new audio kernel drivers
Diffstat (limited to 'libc/kernel/common')
-rw-r--r-- | libc/kernel/common/linux/msm_audio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_audio.h b/libc/kernel/common/linux/msm_audio.h index 14d756a..fc7ddda 100644 --- a/libc/kernel/common/linux/msm_audio.h +++ b/libc/kernel/common/linux/msm_audio.h @@ -54,10 +54,15 @@ #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_UPDATE_ACDB _IOW(AUDIO_IOCTL_MAGIC, 64, unsigned) +#define AUDIO_START_VOICE _IOW(AUDIO_IOCTL_MAGIC, 65, unsigned) +#define AUDIO_STOP_VOICE _IOW(AUDIO_IOCTL_MAGIC, 66, unsigned) + #define AUDIO_SET_STREAM_CONFIG _IOW(AUDIO_IOCTL_MAGIC, 40, struct msm_audio_stream_config) #define AUDIO_GET_STREAM_CONFIG _IOR(AUDIO_IOCTL_MAGIC, 41, struct msm_audio_stream_config) #define AUDIO_GET_SESSION_ID _IOR(AUDIO_IOCTL_MAGIC, 42, unsigned short) + #define AUDIO_MAX_COMMON_IOCTL_NUM 100 #define AUDIO_ENABLE_AUDPRE _IOW(AUDIO_IOCTL_MAGIC, 11, unsigned) |