[alsa-devel] [PATCH] ASoC: multi-component: SAMSUNG: Fix wrong field name on Aquila board
Chanwoo Choi
cw00.choi at samsung.com
Thu Jul 22 05:47:03 CEST 2010
This patch modify the wrong field name on Aquila board.
Signed-off-by: Chanwoo Choi <cw00.choi at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
sound/soc/s3c24xx/aquila_wm8994.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/s3c24xx/aquila_wm8994.c b/sound/soc/s3c24xx/aquila_wm8994.c
index f6f0e60..69c41eb 100644
--- a/sound/soc/s3c24xx/aquila_wm8994.c
+++ b/sound/soc/s3c24xx/aquila_wm8994.c
@@ -242,7 +242,7 @@ static struct snd_soc_dai_link aquila_dai[] = {
}, {
.name = "WM8994 Voice",
.stream_name = "Voice",
- .cpu_dai_drv = "aquila-voice-dai",
+ .cpu_dai_name = "aquila-voice-dai",
.codec_dai_name = "wm8994-voice",
.platform_name = "s3c24xx-pcm-audio",
.codec_name = "wm8994-codec",
--
1.6.3.3
More information about the Alsa-devel
mailing list