diff options
author | Lu Guanqun <guanqun.lu@intel.com> | 2011-04-20 04:00:36 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-20 08:50:11 -0400 |
commit | dc2bea616a4026860a8ba9eae778cfd4fda061b1 (patch) | |
tree | 6509e15cd3e1f1d96ccc86f0a8f7e87323294e61 /sound/soc/soc-dapm.c | |
parent | a68b38ada57bc9aeeec574d3e76e67ad89fea303 (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.c | 2 |
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, | |||
1597 | } | 1597 | } |
1598 | 1598 | ||
1599 | /* connect dynamic paths */ | 1599 | /* connect dynamic paths */ |
1600 | switch(wsink->id) { | 1600 | switch (wsink->id) { |
1601 | case snd_soc_dapm_adc: | 1601 | case snd_soc_dapm_adc: |
1602 | case snd_soc_dapm_dac: | 1602 | case snd_soc_dapm_dac: |
1603 | case snd_soc_dapm_pga: | 1603 | case snd_soc_dapm_pga: |