Home
last modified time | relevance | path

Searched refs:hdac_bus_eml_check_cmdsync_unlocked (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/sound/
H A Dhda-mlink.h33 bool hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid);
114 hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid) { return false; } in hdac_bus_eml_check_cmdsync_unlocked() function
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c624 bool hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_check_cmdsync_unlocked() function
645 EXPORT_SYMBOL_NS(hdac_bus_eml_check_cmdsync_unlocked, SND_SOC_SOF_HDA_MLINK);
649 return hdac_bus_eml_check_cmdsync_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in hdac_bus_eml_sdw_check_cmdsync_unlocked()