ASoC: pxa: Remove space before semicolon
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
1dbe692380
commit
3e22e9d702
|
@ -230,8 +230,8 @@ static const struct snd_soc_dapm_route spitz_audio_map[] = {
|
||||||
{"Headset Jack", NULL, "ROUT1"},
|
{"Headset Jack", NULL, "ROUT1"},
|
||||||
|
|
||||||
/* ext speaker connected to LOUT2, ROUT2 */
|
/* ext speaker connected to LOUT2, ROUT2 */
|
||||||
{"Ext Spk", NULL , "ROUT2"},
|
{"Ext Spk", NULL, "ROUT2"},
|
||||||
{"Ext Spk", NULL , "LOUT2"},
|
{"Ext Spk", NULL, "LOUT2"},
|
||||||
|
|
||||||
/* mic is connected to input 1 - with bias */
|
/* mic is connected to input 1 - with bias */
|
||||||
{"LINPUT1", NULL, "Mic Bias"},
|
{"LINPUT1", NULL, "Mic Bias"},
|
||||||
|
|
|
@ -119,8 +119,8 @@ static const struct snd_soc_dapm_route z2_audio_map[] = {
|
||||||
{"Headphone Jack", NULL, "ROUT1"},
|
{"Headphone Jack", NULL, "ROUT1"},
|
||||||
|
|
||||||
/* ext speaker connected to LOUT2, ROUT2 */
|
/* ext speaker connected to LOUT2, ROUT2 */
|
||||||
{"Ext Spk", NULL , "ROUT2"},
|
{"Ext Spk", NULL, "ROUT2"},
|
||||||
{"Ext Spk", NULL , "LOUT2"},
|
{"Ext Spk", NULL, "LOUT2"},
|
||||||
|
|
||||||
/* mic is connected to R input 2 - with bias */
|
/* mic is connected to R input 2 - with bias */
|
||||||
{"RINPUT2", NULL, "Mic Bias"},
|
{"RINPUT2", NULL, "Mic Bias"},
|
||||||
|
|
Loading…
Reference in New Issue