snd_hdac_ext_bus_init
int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev,
EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_init);
ret = snd_hdac_ext_bus_init(&bus->core, dev, NULL, &soc_hda_ext_bus_ops);
snd_hdac_ext_bus_init(bus, dev, &bus_core_ops, sof_hda_ext_ops);
snd_hdac_ext_bus_init(bus, dev, NULL, NULL);