[alsa-devel] [PATCH] 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 --- 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 ca7d9ee..40e5067 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 = { 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,
On Fri, 2010-10-01 at 09:12 +0100, Dimitris Papastamos wrote:
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
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 ca7d9ee..40e5067 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 = { 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,
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
On Sat, Oct 02, 2010 at 12:04:10PM +0100, Liam Girdwood wrote:
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
Applied, thanks.
participants (3)
-
Dimitris Papastamos
-
Liam Girdwood
-
Mark Brown