diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-04-15 09:59:03 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-04-18 11:17:22 +0800 |
commit | 9dbaab8db17c3ce6bbe368a2b708c41ea1db33f8 (patch) | |
tree | db151757218822b194e9df1802df2e911c102b86 /include | |
parent | 287c13d11f93e887201ec6900cd248d5888dfecb (diff) |
ENGR00137340-1 ASOC: add headphone detection support for imx-sgtl5000.c
add a asoc headphone detection, it's a generic way using by asoc area.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_devices.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 7a3279f46e9e..9f4b8bff14b8 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -266,8 +266,8 @@ struct mxc_audio_platform_data { int ext_ram; struct clk *ssi_clk[2]; - int hp_irq; - int (*hp_status) (void); + int hp_gpio; + int hp_active_low; /* headphone irq is active loaw */ int sysclk; |