All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: pxa: Remove space before semicolon
@ 2017-02-25 20:33 ` Codrut Grosu
  0 siblings, 0 replies; 2+ messages in thread
From: Codrut Grosu @ 2017-02-25 20:33 UTC (permalink / raw)
  To: perex, daniel, robert.jarzmik, haojian.zhuang, tiwai
  Cc: lgirdwood, broonie, alsa-devel, linux-kernel, linux-arm-kernel,
	Codrut Grosu

This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
---
 sound/soc/pxa/spitz.c | 4 ++--
 sound/soc/pxa/z2.c    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c
index 07d77cd..d38a2b5 100644
--- a/sound/soc/pxa/spitz.c
+++ b/sound/soc/pxa/spitz.c
@@ -230,8 +230,8 @@ static int spitz_mic_bias(struct snd_soc_dapm_widget *w,
 	{"Headset Jack", NULL, "ROUT1"},

 	/* ext speaker connected to LOUT2, ROUT2  */
-	{"Ext Spk", NULL , "ROUT2"},
-	{"Ext Spk", NULL , "LOUT2"},
+	{"Ext Spk", NULL, "ROUT2"},
+	{"Ext Spk", NULL, "LOUT2"},

 	/* mic is connected to input 1 - with bias */
 	{"LINPUT1", NULL, "Mic Bias"},
diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c
index 990b1aa..6d88d9a 100644
--- a/sound/soc/pxa/z2.c
+++ b/sound/soc/pxa/z2.c
@@ -119,8 +119,8 @@ static int z2_hw_params(struct snd_pcm_substream *substream,
 	{"Headphone Jack", NULL, "ROUT1"},

 	/* ext speaker connected to LOUT2, ROUT2  */
-	{"Ext Spk", NULL , "ROUT2"},
-	{"Ext Spk", NULL , "LOUT2"},
+	{"Ext Spk", NULL, "ROUT2"},
+	{"Ext Spk", NULL, "LOUT2"},

 	/* mic is connected to R input 2 - with bias */
 	{"RINPUT2", NULL, "Mic Bias"},
--
1.9.1

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

* [PATCH] ASoC: pxa: Remove space before semicolon
@ 2017-02-25 20:33 ` Codrut Grosu
  0 siblings, 0 replies; 2+ messages in thread
From: Codrut Grosu @ 2017-02-25 20:33 UTC (permalink / raw)
  To: linux-arm-kernel

This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
---
 sound/soc/pxa/spitz.c | 4 ++--
 sound/soc/pxa/z2.c    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c
index 07d77cd..d38a2b5 100644
--- a/sound/soc/pxa/spitz.c
+++ b/sound/soc/pxa/spitz.c
@@ -230,8 +230,8 @@ static int spitz_mic_bias(struct snd_soc_dapm_widget *w,
 	{"Headset Jack", NULL, "ROUT1"},

 	/* ext speaker connected to LOUT2, ROUT2  */
-	{"Ext Spk", NULL , "ROUT2"},
-	{"Ext Spk", NULL , "LOUT2"},
+	{"Ext Spk", NULL, "ROUT2"},
+	{"Ext Spk", NULL, "LOUT2"},

 	/* mic is connected to input 1 - with bias */
 	{"LINPUT1", NULL, "Mic Bias"},
diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c
index 990b1aa..6d88d9a 100644
--- a/sound/soc/pxa/z2.c
+++ b/sound/soc/pxa/z2.c
@@ -119,8 +119,8 @@ static int z2_hw_params(struct snd_pcm_substream *substream,
 	{"Headphone Jack", NULL, "ROUT1"},

 	/* ext speaker connected to LOUT2, ROUT2  */
-	{"Ext Spk", NULL , "ROUT2"},
-	{"Ext Spk", NULL , "LOUT2"},
+	{"Ext Spk", NULL, "ROUT2"},
+	{"Ext Spk", NULL, "LOUT2"},

 	/* mic is connected to R input 2 - with bias */
 	{"RINPUT2", NULL, "Mic Bias"},
--
1.9.1

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

end of thread, other threads:[~2017-02-25 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-25 20:33 [PATCH] ASoC: pxa: Remove space before semicolon Codrut Grosu
2017-02-25 20:33 ` Codrut Grosu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.