alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: PXA: formatting
@ 2011-01-31 15:10 Sven Neumann
  2011-02-02 10:54 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Neumann @ 2011-01-31 15:10 UTC (permalink / raw)
  To: alsa-devel; +Cc: Sven Neumann, Daniel Mack

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
 sound/soc/pxa/raumfeld.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c
index 0fd60f4..4a4b73e 100644
--- a/sound/soc/pxa/raumfeld.c
+++ b/sound/soc/pxa/raumfeld.c
@@ -229,19 +229,19 @@ static struct snd_soc_dai_link raumfeld_dai[] = {
 {
 	.name		= "ak4104",
 	.stream_name	= "Playback",
-	.cpu_dai_name = "pxa-ssp-dai.1",
-	.codec_dai_name = "ak4104-hifi",
-	.platform_name = "pxa-pcm-audio",
+	.cpu_dai_name	= "pxa-ssp-dai.1",
+	.codec_dai_name	= "ak4104-hifi",
+	.platform_name	= "pxa-pcm-audio",
 	.ops		= &raumfeld_ak4104_ops,
-	.codec_name = "ak4104-codec.0",
+	.codec_name	= "ak4104-codec.0",
 },
 {
 	.name		= "CS4270",
 	.stream_name	= "CS4270",
-	.cpu_dai_name = "pxa-ssp-dai.0",
-	.platform_name = "pxa-pcm-audio",
-	.codec_dai_name = "cs4270-hifi",
-	.codec_name = "cs4270-codec.0-0048",
+	.cpu_dai_name	= "pxa-ssp-dai.0",
+	.platform_name	= "pxa-pcm-audio",
+	.codec_dai_name	= "cs4270-hifi",
+	.codec_name	= "cs4270-codec.0-0048",
 	.ops		= &raumfeld_cs4270_ops,
 },};
 
-- 
1.7.1

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

* Re: [PATCH] ASoC: PXA: formatting
  2011-01-31 15:10 [PATCH] ASoC: PXA: formatting Sven Neumann
@ 2011-02-02 10:54 ` Mark Brown
  2011-02-02 20:42   ` Liam Girdwood
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2011-02-02 10:54 UTC (permalink / raw)
  To: Sven Neumann; +Cc: alsa-devel, Daniel Mack, lrg

On Mon, Jan 31, 2011 at 04:10:50PM +0100, Sven Neumann wrote:
> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>

Always CC maintainers on patch submissions as documented in
SubmittingPatches.  Adding Liam.

>  sound/soc/pxa/raumfeld.c |   16 ++++++++--------
>  1 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c
> index 0fd60f4..4a4b73e 100644
> --- a/sound/soc/pxa/raumfeld.c
> +++ b/sound/soc/pxa/raumfeld.c
> @@ -229,19 +229,19 @@ static struct snd_soc_dai_link raumfeld_dai[] = {
>  {
>  	.name		= "ak4104",
>  	.stream_name	= "Playback",
> -	.cpu_dai_name = "pxa-ssp-dai.1",
> -	.codec_dai_name = "ak4104-hifi",
> -	.platform_name = "pxa-pcm-audio",
> +	.cpu_dai_name	= "pxa-ssp-dai.1",
> +	.codec_dai_name	= "ak4104-hifi",
> +	.platform_name	= "pxa-pcm-audio",
>  	.ops		= &raumfeld_ak4104_ops,
> -	.codec_name = "ak4104-codec.0",
> +	.codec_name	= "ak4104-codec.0",
>  },
>  {
>  	.name		= "CS4270",
>  	.stream_name	= "CS4270",
> -	.cpu_dai_name = "pxa-ssp-dai.0",
> -	.platform_name = "pxa-pcm-audio",
> -	.codec_dai_name = "cs4270-hifi",
> -	.codec_name = "cs4270-codec.0-0048",
> +	.cpu_dai_name	= "pxa-ssp-dai.0",
> +	.platform_name	= "pxa-pcm-audio",
> +	.codec_dai_name	= "cs4270-hifi",
> +	.codec_name	= "cs4270-codec.0-0048",
>  	.ops		= &raumfeld_cs4270_ops,
>  },};
>  
> -- 
> 1.7.1
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."

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

* Re: [PATCH] ASoC: PXA: formatting
  2011-02-02 10:54 ` Mark Brown
@ 2011-02-02 20:42   ` Liam Girdwood
  2011-02-02 20:45     ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Liam Girdwood @ 2011-02-02 20:42 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Sven Neumann, Daniel Mack

On Wed, 2011-02-02 at 10:54 +0000, Mark Brown wrote:
> On Mon, Jan 31, 2011 at 04:10:50PM +0100, Sven Neumann wrote:
> > Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
> 
> Always CC maintainers on patch submissions as documented in
> SubmittingPatches.  Adding Liam.
> 
> >  sound/soc/pxa/raumfeld.c |   16 ++++++++--------
> >  1 files changed, 8 insertions(+), 8 deletions(-)

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] 4+ messages in thread

* Re: [PATCH] ASoC: PXA: formatting
  2011-02-02 20:42   ` Liam Girdwood
@ 2011-02-02 20:45     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2011-02-02 20:45 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel, Sven Neumann, Daniel Mack

On Wed, Feb 02, 2011 at 08:42:50PM +0000, Liam Girdwood wrote:
> On Wed, 2011-02-02 at 10:54 +0000, Mark Brown wrote:

> > >  sound/soc/pxa/raumfeld.c |   16 ++++++++--------
> > >  1 files changed, 8 insertions(+), 8 deletions(-)

> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>

Applied, thanks.

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

end of thread, other threads:[~2011-02-02 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31 15:10 [PATCH] ASoC: PXA: formatting Sven Neumann
2011-02-02 10:54 ` Mark Brown
2011-02-02 20:42   ` Liam Girdwood
2011-02-02 20:45     ` 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).