23 Jul
2010
23 Jul
'10
2:49 a.m.
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