Commit 58e48d97 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown

ASoC: davinci-mcasp: Correct dai driver struct initialization for 2nd dai

Add .name when assigning the dai name.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 18f93506
...@@ -987,7 +987,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = { ...@@ -987,7 +987,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = {
}, },
{ {
"davinci-mcasp.1", .name = "davinci-mcasp.1",
.playback = { .playback = {
.channels_min = 1, .channels_min = 1,
.channels_max = 384, .channels_max = 384,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment