Commit 8f217a22 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Add missing export for snd_hda_bus_reboot_notify

... forgot to add for modules.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e3303235
...@@ -3421,6 +3421,7 @@ void snd_hda_bus_reboot_notify(struct hda_bus *bus) ...@@ -3421,6 +3421,7 @@ void snd_hda_bus_reboot_notify(struct hda_bus *bus)
codec->patch_ops.reboot_notify(codec); codec->patch_ops.reboot_notify(codec);
} }
} }
EXPORT_SYMBOL_HDA(snd_hda_bus_reboot_notify);
/* /*
* open the digital out in the exclusive mode * open the digital out in the exclusive mode
......
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