aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8753.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-rw-r--r--sound/soc/codecs/wm8753.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index 502766dce86..6f9e6beabb1 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -1436,7 +1436,14 @@ static const struct snd_soc_dai wm8753_all_dai[] = {
1436}, 1436},
1437}; 1437};
1438 1438
1439struct snd_soc_dai wm8753_dai[2]; 1439struct snd_soc_dai wm8753_dai[] = {
1440 {
1441 .name = "WM8753 DAI 0",
1442 },
1443 {
1444 .name = "WM8753 DAI 1",
1445 },
1446};
1440EXPORT_SYMBOL_GPL(wm8753_dai); 1447EXPORT_SYMBOL_GPL(wm8753_dai);
1441 1448
1442static void wm8753_set_dai_mode(struct snd_soc_codec *codec, unsigned int mode) 1449static void wm8753_set_dai_mode(struct snd_soc_codec *codec, unsigned int mode)