aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-09-10 03:40:31 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-10 07:37:53 -0400
commite66477d337f74e43994ffccfdfc26080bf6393f4 (patch)
tree43ce14cc43722691c778047130c11d02b051ee4f
parent715ce576187c783bd166e298584d0e584869c42c (diff)
ASoC: S3C: AC97: Remove the -dai suffix
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>
-rw-r--r--sound/soc/s3c24xx/smdk2443_wm9710.c2
-rw-r--r--sound/soc/s3c24xx/smdk_wm9713.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/smdk2443_wm9710.c b/sound/soc/s3c24xx/smdk2443_wm9710.c
index 66f9e222220b..4613288c2772 100644
--- a/sound/soc/s3c24xx/smdk2443_wm9710.c
+++ b/sound/soc/s3c24xx/smdk2443_wm9710.c
@@ -28,7 +28,7 @@ static struct snd_soc_dai_link smdk2443_dai[] = {
28{ 28{
29 .name = "AC97", 29 .name = "AC97",
30 .stream_name = "AC97 HiFi", 30 .stream_name = "AC97 HiFi",
31 .cpu_dai_name = "s3c-ac97-dai", 31 .cpu_dai_name = "s3c-ac97",
32 .codec_dai_name = "ac97-hifi", 32 .codec_dai_name = "ac97-hifi",
33 .codec_name = "ac97-codec", 33 .codec_name = "ac97-codec",
34 .platform_name = "s3c24xx-pcm-audio", 34 .platform_name = "s3c24xx-pcm-audio",
diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c
index 90108a7a0a8e..11086f8c046d 100644
--- a/sound/soc/s3c24xx/smdk_wm9713.c
+++ b/sound/soc/s3c24xx/smdk_wm9713.c
@@ -47,7 +47,7 @@ static struct snd_soc_dai_link smdk_dai = {
47 .name = "AC97", 47 .name = "AC97",
48 .stream_name = "AC97 PCM", 48 .stream_name = "AC97 PCM",
49 .platform_name = "s3c24xx-pcm-audio", 49 .platform_name = "s3c24xx-pcm-audio",
50 .cpu_dai_name = "s3c-ac97-dai", 50 .cpu_dai_name = "s3c-ac97",
51 .codec_dai_name = "wm9713-hifi", 51 .codec_dai_name = "wm9713-hifi",
52 .codec_name = "wm9713-codec", 52 .codec_name = "wm9713-codec",
53}; 53};