export snd_hda_bus_reset symbol

This commit is contained in:
luck 2023-10-08 16:16:31 +08:00
parent d41077da73
commit ab172a0575

View File

@ -1277,6 +1277,7 @@ void snd_hda_bus_reset(struct hda_bus *bus)
snd_hda_bus_reset_codecs(bus);
bus->in_reset = 0;
}
EXPORT_SYMBOL_GPL(snd_hda_bus_reset);
/* HD-audio bus initialization */
int azx_bus_init(struct azx *chip, const char *model)