diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-01-04 04:00:13 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:48 -0500 |
commit | c11b6a420b092a576e003bbb520392268338d97b (patch) | |
tree | c181d2b1b4539db3240c63ab9d7bc5b31b3f33e4 /arch/arm/mach-pxa/mioa701.c | |
parent | fb1bf8cd13bfa7ed0364ab0d82f717fc020d35f6 (diff) |
[ARM] pxa: add the missing AC97 pin configurations
Missing AC97 pin configurations are added where pxa_set_ac97_info() are
called for all pxa25x/pxa27x platforms. Where no exact configuration is
provided, use the default as in sound/arm/pxa2xx-ac97-lib.c
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/mioa701.c')
-rw-r--r-- | arch/arm/mach-pxa/mioa701.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c index ca47ee19248b..843fcca76e26 100644 --- a/arch/arm/mach-pxa/mioa701.c +++ b/arch/arm/mach-pxa/mioa701.c | |||
@@ -137,6 +137,10 @@ static unsigned long mioa701_pin_config[] = { | |||
137 | GPIO41_FFUART_RTS, | 137 | GPIO41_FFUART_RTS, |
138 | 138 | ||
139 | /* Sound */ | 139 | /* Sound */ |
140 | GPIO28_AC97_BITCLK, | ||
141 | GPIO29_AC97_SDATA_IN_0, | ||
142 | GPIO30_AC97_SDATA_OUT, | ||
143 | GPIO31_AC97_SYNC, | ||
140 | GPIO89_AC97_SYSCLK, | 144 | GPIO89_AC97_SYSCLK, |
141 | MIO_CFG_IN(GPIO12_HPJACK_INSERT, AF0), | 145 | MIO_CFG_IN(GPIO12_HPJACK_INSERT, AF0), |
142 | 146 | ||