Home
last modified time | relevance | path

Searched refs:snd_hdac_ext_bus_get_hlink_by_addr (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/sound/hda/ext/
Dhdac_ext_controller.c135 struct hdac_ext_link *snd_hdac_ext_bus_get_hlink_by_addr(struct hdac_bus *bus, int addr) in snd_hdac_ext_bus_get_hlink_by_addr() function
144 EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_get_hlink_by_addr);
163 return snd_hdac_ext_bus_get_hlink_by_addr(bus, addr); in snd_hdac_ext_bus_get_hlink_by_name()
/Linux-v6.6/sound/soc/codecs/
Dhda.c185 hlink = snd_hdac_ext_bus_get_hlink_by_addr(bus, hdev->addr); in hda_codec_probe()
293 hlink = snd_hdac_ext_bus_get_hlink_by_addr(bus, hdev->addr); in hda_codec_remove()
/Linux-v6.6/include/sound/
Dhdaudio_ext.h27 struct hdac_ext_link *snd_hdac_ext_bus_get_hlink_by_addr(struct hdac_bus *bus, int addr);
/Linux-v6.6/sound/soc/intel/avs/
Dpcm.c324 link = snd_hdac_ext_bus_get_hlink_by_addr(&codec->bus->core, codec->core.addr); in avs_dai_hda_be_hw_free()
357 link = snd_hdac_ext_bus_get_hlink_by_addr(bus, codec->core.addr); in avs_dai_hda_be_prepare()