summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2010-11-14 17:57:38 -0800
committerLinux Build Service Account <lnxbuild@localhost>2010-11-30 17:54:17 -0700
commita21a7ed90b68ced11c0412d417a1455a363792d2 (patch)
tree43e667e1097ee457f4a51dcf899de161fb845822
parent3071cfc69df2523dfe7bf7f04eb631b9bddea008 (diff)
downloadbionic-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.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 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