summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@intel.com>2011-04-20 10:00:36 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-20 14:50:11 +0200
commitdc2bea616a4026860a8ba9eae778cfd4fda061b1 (patch)
tree6509e15cd3e1f1d96ccc86f0a8f7e87323294e61
parentASoC: snd_soc_dapm_get_pin_status: Match other contexts too (diff)
downloadlinux-dc2bea616a4026860a8ba9eae778cfd4fda061b1.tar.xz
linux-dc2bea616a4026860a8ba9eae778cfd4fda061b1.zip
ASoC: fix a simple coding style issue
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 4c868f9087f4..856471703bd3 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1597,7 +1597,7 @@ static int snd_soc_dapm_add_route(struct snd_soc_dapm_context *dapm,
}
/* connect dynamic paths */
- switch(wsink->id) {
+ switch (wsink->id) {
case snd_soc_dapm_adc:
case snd_soc_dapm_dac:
case snd_soc_dapm_pga: