Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
Dhdac_hda.h31 struct hdac_ext_bus_ops *snd_soc_hdac_hda_get_ops(void);
Dhdac_hda.c625 struct hdac_ext_bus_ops *snd_soc_hdac_hda_get_ops(void) in snd_soc_hdac_hda_get_ops() function
629 EXPORT_SYMBOL_GPL(snd_soc_hdac_hda_get_ops);
/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dhda-bus.c17 #define sof_hda_ext_ops snd_soc_hdac_hda_get_ops()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dskl.c887 ext_ops = snd_soc_hdac_hda_get_ops(); in skl_create()