Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dhda-mlink.h21 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd);
81 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked() function
/linux-6.6.21/sound/soc/sof/intel/
Dhda-mlink.c524 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked() function
542 EXPORT_SYMBOL_NS(hdac_bus_eml_set_syncprd_unlocked, SND_SOC_SOF_HDA_MLINK);
546 return hdac_bus_eml_set_syncprd_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW, syncprd); in hdac_bus_eml_sdw_set_syncprd_unlocked()