Home
last modified time | relevance | path

Searched refs:snd_hdac_bus_get_response (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/sound/soc/sof/intel/
Dhda-bus.c61 .get_response = snd_hdac_bus_get_response,
Dhda-codec.c162 snd_hdac_bus_get_response(&hbus->core, address, &resp); in hda_codec_probe()
/linux-6.12.1/sound/hda/
Dhdac_bus.c19 .get_response = snd_hdac_bus_get_response,
Dhdac_controller.c401 int snd_hdac_bus_get_response(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_get_response() function
409 EXPORT_SYMBOL_GPL(snd_hdac_bus_get_response);
/linux-6.12.1/include/sound/
Dhdaudio.h395 int snd_hdac_bus_get_response(struct hdac_bus *bus, unsigned int addr,
/linux-6.12.1/sound/soc/intel/avs/
Dcore.c132 snd_hdac_bus_get_response(bus, addr, &res); in probe_codec()
/linux-6.12.1/sound/pci/hda/
Dhda_controller.c778 err = snd_hdac_bus_get_response(bus, addr, res); in azx_rirb_get_response()