Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dhda.h16 extern const struct hdac_ext_bus_ops soc_hda_ext_bus_ops;
H A Dhda.c392 const struct hdac_ext_bus_ops soc_hda_ext_bus_ops = { variable
396 EXPORT_SYMBOL_GPL(soc_hda_ext_bus_ops);
/linux-6.15/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()