Home
last modified time | relevance | path

Searched refs:soc_hda_ext_bus_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/sound/soc/codecs/
Dhda.h16 extern const struct hdac_ext_bus_ops soc_hda_ext_bus_ops;
Dhda.c385 const struct hdac_ext_bus_ops soc_hda_ext_bus_ops = { variable
389 EXPORT_SYMBOL_GPL(soc_hda_ext_bus_ops);
/Linux-v6.6/sound/soc/intel/avs/
Dcore.c365 ret = snd_hdac_ext_bus_init(&bus->core, dev, NULL, &soc_hda_ext_bus_ops); in avs_bus_init()