diff options
| -rw-r--r-- | sound/soc/codecs/wm8753.c | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 6c21b50c9375..77620ab98756 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c | |||
| @@ -1451,7 +1451,14 @@ static const struct snd_soc_dai wm8753_all_dai[] = { | |||
| 1451 | }, | 1451 | }, | 
| 1452 | }; | 1452 | }; | 
| 1453 | 1453 | ||
| 1454 | struct snd_soc_dai wm8753_dai[2]; | 1454 | struct snd_soc_dai wm8753_dai[] = { | 
| 1455 | { | ||
| 1456 | .name = "WM8753 DAI 0", | ||
| 1457 | }, | ||
| 1458 | { | ||
| 1459 | .name = "WM8753 DAI 1", | ||
| 1460 | }, | ||
| 1461 | }; | ||
| 1455 | EXPORT_SYMBOL_GPL(wm8753_dai); | 1462 | EXPORT_SYMBOL_GPL(wm8753_dai); | 
| 1456 | 1463 | ||
| 1457 | static void wm8753_set_dai_mode(struct snd_soc_codec *codec, unsigned int mode) | 1464 | static void wm8753_set_dai_mode(struct snd_soc_codec *codec, unsigned int mode) | 
