diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-11-14 11:35:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-10 11:22:15 +0000 |
commit | 58e48d9774d4d8fc5e0785dbd2ccf075b248ad96 (patch) | |
tree | 24eb99b66c6985ec12c2b317a2a0da2c36efc8cf /sound/soc/davinci | |
parent | 18f93506623aacbb269f47cbda9fe90ffc5acda6 (diff) | |
download | linux-58e48d9774d4d8fc5e0785dbd2ccf075b248ad96.tar.gz linux-58e48d9774d4d8fc5e0785dbd2ccf075b248ad96.tar.bz2 linux-58e48d9774d4d8fc5e0785dbd2ccf075b248ad96.zip |
ASoC: davinci-mcasp: Correct dai driver struct initialization for 2nd dai
Add .name when assigning the dai name.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 9763a5d75558..6cde1babc119 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c @@ -987,7 +987,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = { }, { - "davinci-mcasp.1", + .name = "davinci-mcasp.1", .playback = { .channels_min = 1, .channels_max = 384, |