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",