[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>
This commit is contained in:
Liam Girdwood 2008-01-10 14:40:16 +01:00 committed by Jaroslav Kysela
parent 1b075e3f73
commit 6c59e6c412

View file

@ -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);