aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorLiam Girdwood <lg@opensource.wolfsonmicro.com>2008-01-10 08:40:16 -0500
committerJaroslav Kysela <perex@perex.cz>2008-01-31 11:29:50 -0500
commit6c59e6c4129cd80834837b58a42216f0432a4f58 (patch)
treee4bc0c05043b30d634c528ebf990b6bcf18259b4 /sound/soc
parent1b075e3f7323f85f7e9cc7b6ae7a36c33d9ce76e (diff)
[ALSA] soc - Clean up tabs
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/soc-dapm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 91d58b56470..d033e73103a 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1297,9 +1297,9 @@ int snd_soc_dapm_device_event(struct snd_soc_device *socdev, int event)
1297 struct snd_soc_machine *machine = socdev->machine; 1297 struct snd_soc_machine *machine = socdev->machine;
1298 1298
1299 if (machine->dapm_event) 1299 if (machine->dapm_event)
1300 machine->dapm_event(machine, event); 1300 machine->dapm_event(machine, event);
1301 if (codec->dapm_event) 1301 if (codec->dapm_event)
1302 codec->dapm_event(codec, event); 1302 codec->dapm_event(codec, event);
1303 return 0; 1303 return 0;
1304} 1304}
1305EXPORT_SYMBOL_GPL(snd_soc_dapm_device_event); 1305EXPORT_SYMBOL_GPL(snd_soc_dapm_device_event);