diff options
author | Ian Lartey <ian@opensource.wolfsonmicro.com> | 2010-08-20 20:18:43 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-23 16:36:46 +0400 |
commit | a2a0086d4b812dd5d44af84c43d6c6ba089e8210 (patch) | |
tree | 421e5a5bd31b44856fbf1da3c932d4e4e731a415 /sound/soc/pxa/z2.c | |
parent | 49d7ad9d8a5546d96061f08de1fb30241140849c (diff) | |
download | linux-a2a0086d4b812dd5d44af84c43d6c6ba089e8210.tar.xz |
ASoC: pxa2xx-i2s is the proper name of the I2S DAI, not pxa-i2s.
Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/z2.c')
-rw-r--r-- | 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 704f74b56ab6..4cc841b44182 100644 --- a/sound/soc/pxa/z2.c +++ b/sound/soc/pxa/z2.c @@ -189,7 +189,7 @@ static struct snd_soc_ops z2_ops = { static struct snd_soc_dai_link z2_dai = { .name = "wm8750", .stream_name = "WM8750", - .cpu_dai_name = "pxa-i2s", + .cpu_dai_name = "pxa2xx-i2s", .codec_dai_name = "wm8750-hifi", .platform_name = "pxa-pcm-audio", .codec_name = "wm8750-codec.0-001a", |