projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68b38a
)
ASoC: fix a simple coding style issue
author
Lu Guanqun
<guanqun.lu@intel.com>
Wed, 20 Apr 2011 08:00:36 +0000
(16:00 +0800)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/soc-dapm.c
b/sound/soc/soc-dapm.c
index 4c868f9087f41817ed13395e40008172944249cd..856471703bd340504e2a84a362cc39a519f79c87 100644
(file)
--- 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: