Home
last modified time | relevance | path

Searched refs:snd_hdac_ext_bus_init (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/sound/soc/sof/intel/
Dhda-bus.c77 snd_hdac_ext_bus_init(bus, dev, &bus_core_ops, sof_hda_ext_ops); in sof_hda_bus_init()
82 snd_hdac_ext_bus_init(bus, dev, NULL, NULL); in sof_hda_bus_init()
/linux-6.12.1/sound/hda/ext/
Dhdac_ext_bus.c29 int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev, in snd_hdac_ext_bus_init() function
50 EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_init);
/linux-6.12.1/include/sound/
Dhdaudio_ext.h9 int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev,
/linux-6.12.1/sound/soc/intel/avs/
Dcore.c379 ret = snd_hdac_ext_bus_init(&bus->core, dev, NULL, &soc_hda_ext_bus_ops); in avs_bus_init()