Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dhda-mlink.h56 struct hdac_ext_link *hdac_bus_eml_ssp_get_hlink(struct hdac_bus *bus);
168 hdac_bus_eml_ssp_get_hlink(struct hdac_bus *bus) { return NULL; } in hdac_bus_eml_ssp_get_hlink() function
/linux-6.6.21/sound/soc/sof/intel/
Dhda-mlink.c912 struct hdac_ext_link *hdac_bus_eml_ssp_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_ssp_get_hlink() function
922 EXPORT_SYMBOL_NS(hdac_bus_eml_ssp_get_hlink, SND_SOC_SOF_HDA_MLINK);
Dhda-dai-ops.c288 return hdac_bus_eml_ssp_get_hlink(bus); in ssp_get_hlink()