ASoC: fix a simple coding style issue
authorLu Guanqun <guanqun.lu@intel.com>
Wed, 20 Apr 2011 08:00:36 +0000 (16:00 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 20 Apr 2011 12:50:11 +0000 (13:50 +0100)
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>
sound/soc/soc-dapm.c

index 4c868f9..8564717 100644 (file)
@@ -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: