Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/intel/
Dhda-bus.c65 .get_response = snd_hdac_bus_get_response,
Dhda-codec.c153 snd_hdac_bus_get_response(&hbus->core, address, &resp); in hda_codec_probe()
/Linux-v6.1/sound/hda/
Dhdac_controller.c241 int snd_hdac_bus_get_response(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_get_response() function
293 EXPORT_SYMBOL_GPL(snd_hdac_bus_get_response);
Dhdac_bus.c19 .get_response = snd_hdac_bus_get_response,
/Linux-v6.1/sound/soc/intel/avs/
Dcore.c120 snd_hdac_bus_get_response(bus, addr, &res); in probe_codec()
/Linux-v6.1/include/sound/
Dhdaudio.h390 int snd_hdac_bus_get_response(struct hdac_bus *bus, unsigned int addr,
/Linux-v6.1/sound/soc/intel/skylake/
Dskl.c731 snd_hdac_bus_get_response(bus, addr, &res); in probe_codec()
/Linux-v6.1/sound/pci/hda/
Dhda_controller.c772 err = snd_hdac_bus_get_response(bus, addr, res); in azx_rirb_get_response()