Commit dc2bea61 authored by Lu Guanqun's avatar Lu Guanqun Committed by Mark Brown

ASoC: fix a simple coding style issue

Signed-off-by: default avatarLu Guanqun <guanqun.lu@intel.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a68b38ad
...@@ -1597,7 +1597,7 @@ static int snd_soc_dapm_add_route(struct snd_soc_dapm_context *dapm, ...@@ -1597,7 +1597,7 @@ static int snd_soc_dapm_add_route(struct snd_soc_dapm_context *dapm,
} }
/* connect dynamic paths */ /* connect dynamic paths */
switch(wsink->id) { switch (wsink->id) {
case snd_soc_dapm_adc: case snd_soc_dapm_adc:
case snd_soc_dapm_dac: case snd_soc_dapm_dac:
case snd_soc_dapm_pga: case snd_soc_dapm_pga:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment