]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: WM8804: Use a proper DAI name
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Fri, 1 Oct 2010 08:12:14 +0000 (09:12 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 2 Oct 2010 21:24:39 +0000 (14:24 -0700)
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>
sound/soc/codecs/wm8804.c

index ca7d9eea12648b1418dd3da42676f3e7fc824e5f..40e5067e82462a09c9f641118c31bc2c0374f4cc 100644 (file)
@@ -669,7 +669,7 @@ static struct snd_soc_dai_ops wm8804_dai_ops = {
                        SNDRV_PCM_FMTBIT_S24_LE)
 
 static struct snd_soc_dai_driver wm8804_dai = {
-       .name = "wm8804-s/pdif",
+       .name = "wm8804-spdif",
        .playback = {
                .stream_name = "Playback",
                .channels_min = 2,