[PATCH 2/5] colibri-pxa300: fix ac97 init on pxa310
Eric Miao
eric.y.miao at gmail.com
Mon Jul 12 22:30:08 EDT 2010
On Fri, Jul 9, 2010 at 3:02 PM, Daniel Mack <daniel at caiaq.de> wrote:
> On Thu, Jul 08, 2010 at 07:04:05PM +0200, pieterg wrote:
>> The wrong CONFIG defines were checked, and the <mach/audio.h>
>> include was missing
>>
>> Signed-off-by: pieter <p.grimmerink at inepro.com>
>
> Acked-by: Daniel Mack <daniel at caiaq.de>
>
Thanks. I'll pick this first into 'fix' branch.
>
>> ---
>> arch/arm/mach-pxa/colibri-pxa300.c | 4 +++-
>> 1 files changed, 3 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-pxa/colibri-pxa300.c
>> b/arch/arm/mach-pxa/colibri-pxa300.c
>> index 45c23fd..e7762ae 100644
>> --- a/arch/arm/mach-pxa/colibri-pxa300.c
>> +++ b/arch/arm/mach-pxa/colibri-pxa300.c
>> @@ -26,6 +26,7 @@
>> #include <mach/colibri.h>
>> #include <mach/ohci.h>
>> #include <mach/pxafb.h>
>> +#include <mach/audio.h>
>>
>> #include "generic.h"
>> #include "devices.h"
>> @@ -145,7 +146,8 @@ static void __init colibri_pxa300_init_lcd(void)
>> static inline void colibri_pxa300_init_lcd(void) {}
>> #endif /* CONFIG_FB_PXA || CONFIG_FB_PXA_MODULE */
>>
>> -#if defined(SND_AC97_CODEC) || defined(SND_AC97_CODEC_MODULE)
>> +#if defined(CONFIG_SND_AC97_CODEC) || \
>> + defined(CONFIG_SND_AC97_CODEC_MODULE)
>> static mfp_cfg_t colibri_pxa310_ac97_pin_config[] __initdata = {
>> GPIO24_AC97_SYSCLK,
>> GPIO23_AC97_nACRESET,
>> --
>> 1.6.5.rc1.44.ga1675
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
More information about the linux-arm-kernel
mailing list