Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda-mlink.h57 struct hdac_ext_link *hdac_bus_eml_dmic_get_hlink(struct hdac_bus *bus);
171 hdac_bus_eml_dmic_get_hlink(struct hdac_bus *bus) { return NULL; } in hdac_bus_eml_dmic_get_hlink() function
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c924 struct hdac_ext_link *hdac_bus_eml_dmic_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_dmic_get_hlink() function
934 EXPORT_SYMBOL_NS(hdac_bus_eml_dmic_get_hlink, SND_SOC_SOF_HDA_MLINK);
H A Dhda-dai-ops.c296 return hdac_bus_eml_dmic_get_hlink(bus); in dmic_get_hlink()