summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGary Zhang <b13634@freescale.com>2012-04-05 16:23:39 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:34:14 +0800
commit9213865ead1e04a3e16812fc241f8790dfe1f474 (patch)
treeaba2ee33a23a2afbd2d9bfb8e18c0e54b0cc93b4 /include
parent6b4301cdb16ed9cb8711b6e591f13f545575ae14 (diff)
ENGR00177281-5 WM8962: add record feature
1. add amic and dmic support. 2. update wm8962 codec driver Signed-off-by: Gary Zhang <b13634@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index ba66c938ae0a..bec8fe9cd838 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -355,7 +355,10 @@ struct mxc_audio_platform_data {
struct clk *ssi_clk[2];
int hp_gpio;
- int hp_active_low; /* headphone irq is active loaw */
+ int hp_active_low; /* headphone irq is active low */
+
+ int mic_gpio;
+ int mic_active_low; /* micphone irq is active low */
int sysclk;
const char *codec_name;