diff options
author | Jay Wang <jaywang@codeaurora.org> | 2010-11-14 17:57:38 -0800 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2010-11-30 17:54:17 -0700 |
commit | a21a7ed90b68ced11c0412d417a1455a363792d2 (patch) | |
tree | 43e667e1097ee457f4a51dcf899de161fb845822 | |
parent | 3071cfc69df2523dfe7bf7f04eb631b9bddea008 (diff) | |
download | bionic-a21a7ed90b68ced11c0412d417a1455a363792d2.zip bionic-a21a7ed90b68ced11c0412d417a1455a363792d2.tar.gz bionic-a21a7ed90b68ced11c0412d417a1455a363792d2.tar.bz2 |
msm: audio: Add new audio Fluence processing mask for
IOCTL call
The user can enable the Fluence during audio recording
through this new mask
Change-Id: I91d42f6031e257d50ff0ef134377454321117361
-rw-r--r-- | libc/kernel/common/linux/msm_audio.h | 1 |
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 ac48e02..19278f6 100644 --- a/libc/kernel/common/linux/msm_audio.h +++ b/libc/kernel/common/linux/msm_audio.h @@ -113,6 +113,7 @@ #define AGC_ENABLE 0x0001 #define NS_ENABLE 0x0002 #define TX_IIR_ENABLE 0x0004 +#define FLUENCE_ENABLE 0x0008 #define VOC_REC_UPLINK 0x00 #define VOC_REC_DOWNLINK 0x01 |