[alsa-devel] [PATCH 2/2] ASoC: PXA: Fix codec address on Zipit Z2
Marek Vasut
marek.vasut at gmail.com
Tue Jan 18 16:05:47 CET 2011
On Tuesday 18 January 2011 15:54:25 Vasily Khoruzhick wrote:
> WM8750 address is 0x1b, not 0x1a. Without this fix
> ALSA detects no sound cards on Zipit
>
> Signed-off-by: Vasily Khoruzhick <anarsoul at gmail.com>
> ---
> sound/soc/pxa/z2.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c
> index 0da889d..62c77dc 100644
> --- a/sound/soc/pxa/z2.c
> +++ b/sound/soc/pxa/z2.c
> @@ -193,7 +193,7 @@ static struct snd_soc_dai_link z2_dai = {
> .cpu_dai_name = "pxa2xx-i2s",
> .codec_dai_name = "wm8750-hifi",
> .platform_name = "pxa-pcm-audio",
> - .codec_name = "wm8750-codec.0-001a",
> + .codec_name = "wm8750-codec.0-001b",
> .init = z2_wm8750_init,
> .ops = &z2_ops,
> };
Acked-by: Marek Vasut <marek.vasut at gmail.com>
Mark, shall I/Eric pick it via pxa-linux-2.6 or are you taking care of these two
?
More information about the Alsa-devel
mailing list