Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda-mlink.h58 struct hdac_ext_link *hdac_bus_eml_sdw_get_hlink(struct hdac_bus *bus);
174 hdac_bus_eml_sdw_get_hlink(struct hdac_bus *bus) { return NULL; } in hdac_bus_eml_sdw_get_hlink() function
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c936 struct hdac_ext_link *hdac_bus_eml_sdw_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_sdw_get_hlink() function
946 EXPORT_SYMBOL_NS(hdac_bus_eml_sdw_get_hlink, SND_SOC_SOF_HDA_MLINK);
H A Dhda-dai-ops.c304 return hdac_bus_eml_sdw_get_hlink(bus); in sdw_get_hlink()