ALSA: hda - Add missing export for snd_hda_bus_reboot_notify
... forgot to add for modules. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e330323520
commit
8f217a226c
|
@ -3421,6 +3421,7 @@ void snd_hda_bus_reboot_notify(struct hda_bus *bus)
|
|||
codec->patch_ops.reboot_notify(codec);
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_HDA(snd_hda_bus_reboot_notify);
|
||||
|
||||
/*
|
||||
* open the digital out in the exclusive mode
|
||||
|
|
Loading…
Reference in New Issue