[alsa-devel] [PATCH] ASoC: multi-component - SAMSUNG - Fix compile error
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", };
On Fri, Jul 23, 2010 at 09:49:36AM +0900, Seungwhan Youn wrote:
This patch fixes compile error on smdk_wm9713.
Signed-off-by: Seungwhan Youn sw.youn@samsung.com
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com
On Fri, 2010-07-23 at 09:49 +0900, Seungwhan Youn wrote:
This patch fixes compile error on smdk_wm9713.
Both applied.
Thanks
Liam
participants (3)
-
Liam Girdwood
-
Mark Brown
-
Seungwhan Youn