diff options
author | Liam Girdwood | 2008-01-10 14:40:16 +0100 |
---|---|---|
committer | Jaroslav Kysela | 2008-01-31 17:29:50 +0100 |
commit | 6c59e6c4129cd80834837b58a42216f0432a4f58 (patch) | |
tree | e4bc0c05043b30d634c528ebf990b6bcf18259b4 /sound/soc | |
parent | [ALSA] soc - Fix power switching support for DAPM_SWITCH widgets (diff) | |
download | kernel-qcow2-linux-6c59e6c4129cd80834837b58a42216f0432a4f58.tar.gz kernel-qcow2-linux-6c59e6c4129cd80834837b58a42216f0432a4f58.tar.xz kernel-qcow2-linux-6c59e6c4129cd80834837b58a42216f0432a4f58.zip |
[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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 91d58b56470e..d033e73103a8 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) struct snd_soc_machine *machine = socdev->machine; if (machine->dapm_event) - machine->dapm_event(machine, event); + machine->dapm_event(machine, event); if (codec->dapm_event) - codec->dapm_event(codec, event); + codec->dapm_event(codec, event); return 0; } EXPORT_SYMBOL_GPL(snd_soc_dapm_device_event); |