alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: WM8804: Use a proper DAI name
@ 2010-10-01  8:12 Dimitris Papastamos
  2010-10-02 11:04 ` Liam Girdwood
  0 siblings, 1 reply; 3+ messages in thread
From: Dimitris Papastamos @ 2010-10-01  8:12 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, patches

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,
-- 
1.7.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: WM8804: Use a proper DAI name
  2010-10-01  8:12 [PATCH] ASoC: WM8804: Use a proper DAI name Dimitris Papastamos
@ 2010-10-02 11:04 ` Liam Girdwood
  2010-10-02 21:25   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Liam Girdwood @ 2010-10-02 11:04 UTC (permalink / raw)
  To: Dimitris Papastamos; +Cc: alsa-devel, Mark Brown, patches

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>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: WM8804: Use a proper DAI name
  2010-10-02 11:04 ` Liam Girdwood
@ 2010-10-02 21:25   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-10-02 21:25 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Dimitris Papastamos, alsa-devel, patches

On Sat, Oct 02, 2010 at 12:04:10PM +0100, Liam Girdwood wrote:
> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-02 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01  8:12 [PATCH] ASoC: WM8804: Use a proper DAI name Dimitris Papastamos
2010-10-02 11:04 ` Liam Girdwood
2010-10-02 21:25   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).