[alsa-devel] [PATCH] ASoC: multi-component: SAMSUNG: Fix wrong field name on Aquila board
This patch modify the wrong field name on Aquila board.
Signed-off-by: Chanwoo Choi cw00.choi@samsung.com Signed-off-by: Kyungmin Park kyungmin.park@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",
On Thu, Jul 22, 2010 at 12:47:03PM +0900, Chanwoo Choi wrote:
This patch modify the wrong field name on Aquila board.
Signed-off-by: Chanwoo Choi cw00.choi@samsung.com Signed-off-by: Kyungmin Park kyungmin.park@samsung.com
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com
participants (2)
-
Chanwoo Choi
-
Mark Brown