public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: multi-component - SAMSUNG - Fix compile error
@ 2010-07-23  0:49 Seungwhan Youn
  2010-07-23  9:02 ` Mark Brown
  2010-07-23 18:10 ` Liam Girdwood
  0 siblings, 2 replies; 3+ messages in thread
From: Seungwhan Youn @ 2010-07-23  0:49 UTC (permalink / raw)
  To: alsa-devel
  Cc: Seungwhan Youn, Jassi Brar, Mark Brown, Seungwhan Youn,
	Liam Girdwood

This patch fixes compile error on smdk_wm9713.

Signed-off-by: Seungwhan Youn <sw.youn@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-23 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23  0:49 [PATCH] ASoC: multi-component - SAMSUNG - Fix compile error Seungwhan Youn
2010-07-23  9:02 ` Mark Brown
2010-07-23 18:10 ` Liam Girdwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox