mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 11:56:14 +07:00
[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:
parent
1b075e3f73
commit
6c59e6c412
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user