Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A 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/sound/hda/ext/
H A 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/include/sound/
H A Dhdaudio_ext.h9 int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev,
/linux/sound/soc/intel/avs/
H A Dcore.c379 ret = snd_hdac_ext_bus_init(&bus->core, dev, NULL, &soc_hda_ext_bus_ops); in avs_bus_init()