aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/z2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/pxa/z2.c')
-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};