diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-29 16:47:53 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-29 16:47:53 +0300 |
commit | c9de36f2a230919bee95f05ba27ed10ce4850409 (patch) | |
tree | 638feea930da60827ad3c6d7c321b0aa38adc399 /sound/soc/codecs/wm8753.c | |
parent | 18e352e4a73465349711a9324767e1b2453383e2 (diff) | |
parent | ef390c0b6e3f4d2d2d43f53f4bd35e1884571a14 (diff) | |
download | linux-c9de36f2a230919bee95f05ba27ed10ce4850409.tar.xz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-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[] = { }, }; -struct snd_soc_dai wm8753_dai[2]; +struct snd_soc_dai wm8753_dai[] = { + { + .name = "WM8753 DAI 0", + }, + { + .name = "WM8753 DAI 1", + }, +}; EXPORT_SYMBOL_GPL(wm8753_dai); static void wm8753_set_dai_mode(struct snd_soc_codec *codec, unsigned int mode) |