Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Dhda-mlink.h34 bool hdac_bus_eml_sdw_check_cmdsync_unlocked(struct hdac_bus *bus);
117 hdac_bus_eml_sdw_check_cmdsync_unlocked(struct hdac_bus *bus) { return false; } in hdac_bus_eml_sdw_check_cmdsync_unlocked() function
/Linux-v6.6/sound/soc/sof/intel/
Dhda-mlink.c647 bool hdac_bus_eml_sdw_check_cmdsync_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_check_cmdsync_unlocked() function
651 EXPORT_SYMBOL_NS(hdac_bus_eml_sdw_check_cmdsync_unlocked, SND_SOC_SOF_HDA_MLINK);
/Linux-v6.6/drivers/soundwire/
Dintel_ace2x.c192 return hdac_bus_eml_sdw_check_cmdsync_unlocked(sdw->link_res->hbus); in intel_check_cmdsync_unlocked()