Skip to content

Commit

Permalink
ASoC: WM8804: Use a proper DAI name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Oct 2, 2010
1 parent 8ca2aa9 commit cb13c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8804.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb13c6b

Please sign in to comment.