diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2010-10-01 04:12:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-02 17:24:39 -0400 |
commit | cb13c6b3ca8a1d72996ab1b6a43e291219993292 (patch) | |
tree | 6cced1d1ac372124128fe31d5b28c922b5c39055 /sound/soc/codecs/wm8804.c | |
parent | 8ca2aa9c59c39805c746b137c041576838f3de92 (diff) |
ASoC: WM8804: Use a proper DAI name
Make sure the DAI name does not include a '/' since we might have
per DAI debugfs or sysfs entries in the future.
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8804.c')
-rw-r--r-- | sound/soc/codecs/wm8804.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8804.c b/sound/soc/codecs/wm8804.c index ca7d9eea1264..40e5067e8246 100644 --- a/sound/soc/codecs/wm8804.c +++ b/sound/soc/codecs/wm8804.c | |||
@@ -669,7 +669,7 @@ static struct snd_soc_dai_ops wm8804_dai_ops = { | |||
669 | SNDRV_PCM_FMTBIT_S24_LE) | 669 | SNDRV_PCM_FMTBIT_S24_LE) |
670 | 670 | ||
671 | static struct snd_soc_dai_driver wm8804_dai = { | 671 | static struct snd_soc_dai_driver wm8804_dai = { |
672 | .name = "wm8804-s/pdif", | 672 | .name = "wm8804-spdif", |
673 | .playback = { | 673 | .playback = { |
674 | .stream_name = "Playback", | 674 | .stream_name = "Playback", |
675 | .channels_min = 2, | 675 | .channels_min = 2, |