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 коммит произвёл Jaroslav Kysela
Родитель 1b075e3f73
Коммит 6c59e6c412
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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