summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGary Zhang <b13634@freescale.com>2012-04-05 16:23:39 +0800
committerGary Zhang <b13634@freescale.com>2012-04-05 18:23:13 +0800
commit08c204649ed8b0e2a681089dd61575bdebbdd3c0 (patch)
tree06725f590c7f69ecb7c00ffe94a5ccbc716139e7 /include
parentb218adf5067afdf415f2d51a55e30a74e8d81b5b (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;