diff options
author | Ashraya Arya <ashrayaa@quicinc.com> | 2009-07-06 17:36:31 -0700 |
---|---|---|
committer | Ashraya Arya <ashrayaa@quicinc.com> | 2009-07-09 10:52:27 -0700 |
commit | 76a0352475e2bf1b980e3fe95796a62a8613c1be (patch) | |
tree | c886c6ee1c0caa5c521eec2956808e5a84fa3f1a | |
parent | 6be573a9f3f7e646587778296af44590ce900860 (diff) | |
download | bionic-76a0352475e2bf1b980e3fe95796a62a8613c1be.zip bionic-76a0352475e2bf1b980e3fe95796a62a8613c1be.tar.gz bionic-76a0352475e2bf1b980e3fe95796a62a8613c1be.tar.bz2 |
Bionic: Update msm_audio.h to support multiple device combinations
-rw-r--r-- | libc/kernel/common/linux/msm_audio.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_audio.h b/libc/kernel/common/linux/msm_audio.h index 1989ced..30c3e06 100644 --- a/libc/kernel/common/linux/msm_audio.h +++ b/libc/kernel/common/linux/msm_audio.h @@ -70,6 +70,12 @@ #define DEFAULT_RX 0x0F #define BT_A2DP_TX 0x10 + +#define HEADSET_MONO_PLUS_SPKR_MONO_RX 0x11 +#define HEADSET_MONO_PLUS_SPKR_STEREO_RX 0x12 +#define HEADSET_STEREO_PLUS_SPKR_MONO_RX 0x13 +#define HEADSET_STEREO_PLUS_SPKR_STEREO_RX 0x14 + #define I2S_RX 0x20 #define I2S_TX 0x21 |