Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hda.h31 struct hdac_ext_bus_ops *snd_soc_hdac_hda_get_ops(void);
H A 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);
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-bus.c17 #define sof_hda_ext_ops snd_soc_hdac_hda_get_ops()
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl.c887 ext_ops = snd_soc_hdac_hda_get_ops(); in skl_create()