Commit 6c59e6c4 authored by Liam Girdwood's avatar Liam Girdwood Committed by Jaroslav Kysela

[ALSA] soc - Clean up tabs

Signed-off-by: default avatarLiam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 1b075e3f
...@@ -1297,9 +1297,9 @@ int snd_soc_dapm_device_event(struct snd_soc_device *socdev, int event) ...@@ -1297,9 +1297,9 @@ int snd_soc_dapm_device_event(struct snd_soc_device *socdev, int event)
struct snd_soc_machine *machine = socdev->machine; struct snd_soc_machine *machine = socdev->machine;
if (machine->dapm_event) if (machine->dapm_event)
machine->dapm_event(machine, event); machine->dapm_event(machine, event);
if (codec->dapm_event) if (codec->dapm_event)
codec->dapm_event(codec, event); codec->dapm_event(codec, event);
return 0; return 0;
} }
EXPORT_SYMBOL_GPL(snd_soc_dapm_device_event); EXPORT_SYMBOL_GPL(snd_soc_dapm_device_event);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment