Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dhda-mlink.h60 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid);
177 hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid) { return NULL; } in hdac_bus_eml_get_mutex() function
/linux-6.6.21/sound/soc/sof/intel/
Dhda-mlink.c900 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_get_mutex() function
910 EXPORT_SYMBOL_NS(hdac_bus_eml_get_mutex, SND_SOC_SOF_HDA_MLINK);
Dhda.c216 res.eml_lock = hdac_bus_eml_get_mutex(sof_to_bus(sdev), true, in hda_sdw_probe()