diff options
author | Mike J. Chen <mjchen@sta.samsung.com> | 2010-09-29 16:50:34 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:46:49 -0800 |
commit | 45b8f03b60b6ec8d1298ef60ec7695876662a529 (patch) | |
tree | b10e5529e524642e48cec8ff2efc5192607b678a /arch/arm/mach-s5pv210/include/mach | |
parent | bed4038e78a1caf5c3c414d3c85b7f82db757aba (diff) | |
download | kernel_samsung_crespo-45b8f03b60b6ec8d1298ef60ec7695876662a529.zip kernel_samsung_crespo-45b8f03b60b6ec8d1298ef60ec7695876662a529.tar.gz kernel_samsung_crespo-45b8f03b60b6ec8d1298ef60ec7695876662a529.tar.bz2 |
S5PC11X: SOUND: board changes for audio jack and audio codec
Add sec_jack headset/earjack driver to board file. Also
add changes needed for audio codec because audio jack and
audio codec share a mic bias gpio in current HW (but not
in next HW).
Change-Id: I181b4548b52bdd3feaea68f0e19282e22c469fa4
Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/gpio-herring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/gpio-herring.h b/arch/arm/mach-s5pv210/include/mach/gpio-herring.h index 0e80ab2..1be5461 100644 --- a/arch/arm/mach-s5pv210/include/mach/gpio-herring.h +++ b/arch/arm/mach-s5pv210/include/mach/gpio-herring.h @@ -467,7 +467,7 @@ #define GPIO_AP_PMIC_SCL S5PV210_GPJ4(3) -#define GPIO_TV_EN S5PV210_GPJ4(4) +#define GPIO_EAR_MICBIAS_EN S5PV210_GPJ4(4) #define GPIO_MP010 S5PV210_MP01(0) |