summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@intel.com>2011-04-20 16:00:36 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-20 13:50:11 +0100
commitdc2bea616a4026860a8ba9eae778cfd4fda061b1 (patch)
tree6509e15cd3e1f1d96ccc86f0a8f7e87323294e61 /sound/soc/soc-dapm.c
parenta68b38ada57bc9aeeec574d3e76e67ad89fea303 (diff)
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>
Diffstat (limited to 'sound/soc/soc-dapm.c')
-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: