[alsa-devel] [PATCH] ASoC: multi-component - SAMSUNG - Fix compile error

Seungwhan Youn sw.youn at samsung.com
Fri Jul 23 02:49:36 CEST 2010


This patch fixes compile error on smdk_wm9713.

Signed-off-by: Seungwhan Youn <sw.youn at samsung.com>
---
 sound/soc/s3c24xx/smdk_wm9713.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c
index 849aac1..90108a7 100644
--- a/sound/soc/s3c24xx/smdk_wm9713.c
+++ b/sound/soc/s3c24xx/smdk_wm9713.c
@@ -48,7 +48,7 @@ static struct snd_soc_dai_link smdk_dai = {
 	.stream_name = "AC97 PCM",
 	.platform_name = "s3c24xx-pcm-audio",
 	.cpu_dai_name = "s3c-ac97-dai",
-	.codec_dai_name = "wm9713-hifi"
+	.codec_dai_name = "wm9713-hifi",
 	.codec_name = "wm9713-codec",
 };
 
-- 
1.6.2.5



More information about the Alsa-devel mailing list