From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] colibri-pxa300: fix ac97 init on pxa310
Date: Thu, 8 Jul 2010 22:00:05 +0200 [thread overview]
Message-ID: <201007082200.05319.marek.vasut@gmail.com> (raw)
In-Reply-To: <201007081904.05309.pieterg@gmx.com>
Dne ?t 8. ?ervence 2010 19:04:05 pieterg napsal(a):
> The wrong CONFIG defines were checked, and the <mach/audio.h>
> include was missing
>
> Signed-off-by: pieter <p.grimmerink@inepro.com>
> ---
> 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,
It looks correct ...
Acked-by: Marek Vasut <marek.vasut@gmail.com>
next prev parent reply other threads:[~2010-07-08 20:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-08 17:04 [PATCH 2/5] colibri-pxa300: fix ac97 init on pxa310 pieterg
2010-07-08 20:00 ` Marek Vasut [this message]
2010-07-09 7:02 ` Daniel Mack
2010-07-13 2:30 ` Eric Miao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201007082200.05319.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.