Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dhdac_hda.h31 struct hdac_ext_bus_ops *snd_soc_hdac_hda_get_ops(void);
H A Dhdac_hda.c639 struct hdac_ext_bus_ops *snd_soc_hdac_hda_get_ops(void) in snd_soc_hdac_hda_get_ops() function
643 EXPORT_SYMBOL_GPL(snd_soc_hdac_hda_get_ops);
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-bus.c20 #define sof_hda_ext_ops snd_soc_hdac_hda_get_ops()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl.c897 ext_ops = snd_soc_hdac_hda_get_ops(); in skl_create()