aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorVasily Khoruzhick <anarsoul@gmail.com>2011-01-18 09:54:25 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-18 14:01:57 -0500
commitc88c2823e87dd6f8214b8b8cdc36d45f205a8077 (patch)
treec1e5f57d6f6a93e6eb39601fcaa1bcec8005a26d /sound
parent7cbf70041db039532d6b8972e88164ed45ae6460 (diff)
ASoC: PXA: Fix codec address on Zipit Z2
WM8750 address is 0x1b, not 0x1a. Without this fix ALSA detects no sound cards on Zipit Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Acked-by: Marek Vasut <marek.vasut@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/pxa/z2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c
index ca0d7e342407..3ceaef68e01d 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 = {
193 .cpu_dai_name = "pxa2xx-i2s", 193 .cpu_dai_name = "pxa2xx-i2s",
194 .codec_dai_name = "wm8750-hifi", 194 .codec_dai_name = "wm8750-hifi",
195 .platform_name = "pxa-pcm-audio", 195 .platform_name = "pxa-pcm-audio",
196 .codec_name = "wm8750-codec.0-001a", 196 .codec_name = "wm8750-codec.0-001b",
197 .init = z2_wm8750_init, 197 .init = z2_wm8750_init,
198 .ops = &z2_ops, 198 .ops = &z2_ops,
199}; 199};