ASoC: S3C: AC97: Remove the -dai suffix
authorJassi Brar <jassi.brar@samsung.com>
Fri, 10 Sep 2010 07:40:31 +0000 (16:40 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 10 Sep 2010 11:37:53 +0000 (12:37 +0100)
Drop the invalid -dai suffix appended to the Samsung AC97 CPU DAI.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/smdk2443_wm9710.c
sound/soc/s3c24xx/smdk_wm9713.c

index 66f9e22..4613288 100644 (file)
@@ -28,7 +28,7 @@ static struct snd_soc_dai_link smdk2443_dai[] = {
 {
        .name = "AC97",
        .stream_name = "AC97 HiFi",
-       .cpu_dai_name = "s3c-ac97-dai",
+       .cpu_dai_name = "s3c-ac97",
        .codec_dai_name = "ac97-hifi",
        .codec_name = "ac97-codec",
        .platform_name = "s3c24xx-pcm-audio",
index 90108a7..11086f8 100644 (file)
@@ -47,7 +47,7 @@ static struct snd_soc_dai_link smdk_dai = {
        .name = "AC97",
        .stream_name = "AC97 PCM",
        .platform_name = "s3c24xx-pcm-audio",
-       .cpu_dai_name = "s3c-ac97-dai",
+       .cpu_dai_name = "s3c-ac97",
        .codec_dai_name = "wm9713-hifi",
        .codec_name = "wm9713-codec",
 };