Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda-mlink.h53 int hda_bus_ml_resume(struct hdac_bus *bus);
164 static inline int hda_bus_ml_resume(struct hdac_bus *bus) { return 0; } in hda_bus_ml_resume() function
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c863 int hda_bus_ml_resume(struct hdac_bus *bus) in hda_bus_ml_resume() function
880 EXPORT_SYMBOL_NS(hda_bus_ml_resume, SND_SOC_SOF_HDA_MLINK);
H A Dhda-dsp.c813 ret = hda_bus_ml_resume(bus); in hda_dsp_resume()