aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/magician.c
diff options
context:
space:
mode:
authorIan Lartey <ian@opensource.wolfsonmicro.com>2010-08-20 12:18:43 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-23 08:36:46 -0400
commita2a0086d4b812dd5d44af84c43d6c6ba089e8210 (patch)
tree421e5a5bd31b44856fbf1da3c932d4e4e731a415 /sound/soc/pxa/magician.c
parent49d7ad9d8a5546d96061f08de1fb30241140849c (diff)
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/magician.c')
-rw-r--r--sound/soc/pxa/magician.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/magician.c b/sound/soc/pxa/magician.c
index 608bc3dd835f..b8207ced4072 100644
--- a/sound/soc/pxa/magician.c
+++ b/sound/soc/pxa/magician.c
@@ -437,7 +437,7 @@ static struct snd_soc_dai_link magician_dai[] = {
437{ 437{
438 .name = "uda1380", 438 .name = "uda1380",
439 .stream_name = "UDA1380 Capture", 439 .stream_name = "UDA1380 Capture",
440 .cpu_dai_name = "pxa-i2s", 440 .cpu_dai_name = "pxa2xx-i2s",
441 .codec_dai_name = "uda1380-hifi-capture", 441 .codec_dai_name = "uda1380-hifi-capture",
442 .platform_name = "pxa-pcm-audio", 442 .platform_name = "pxa-pcm-audio",
443 .codec_name = "uda1380-codec.0-0018", 443 .codec_name = "uda1380-codec.0-0018",