fixed a coding style issue
Signed-off-by: weizhewang<[email protected]>
---
sound/soc/codecs/rt5670.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c
index fd10261..11ced93 100644
--- a/sound/soc/codecs/rt5670.c
+++ b/sound/soc/codecs/rt5670.c
@@ -1913,8 +1913,8 @@ static const struct snd_soc_dapm_route
rt5670_dapm_routes[] = {
{ "IF1 ADC2 IN1 Mux", "IF1_ADC2_IN", "IF1 ADC2 IN Mux" },
{ "IF1 ADC2 IN1 Mux", "IF1_ADC4", "IF1_ADC4" },
- { "IF1_ADC1" , NULL, "IF1 ADC1 IN2 Mux" },
- { "IF1_ADC2" , NULL, "IF1 ADC2 IN1 Mux" },
+ { "IF1_ADC1", NULL, "IF1 ADC1 IN2 Mux" },
+ { "IF1_ADC2", NULL, "IF1 ADC2 IN1 Mux" },
{ "Stereo1 ADC MIX", NULL, "Stereo1 ADC MIXL" },
{ "Stereo1 ADC MIX", NULL, "Stereo1 ADC MIXR" },
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/