Home
last modified time | relevance | path

Searched refs:to_hda_bus (Results 1 – 6 of 6) sorted by relevance

/linux/sound/hda/controllers/
H A Dcix-ipbloq.c68 to_hda_bus(bus)->bus_probing = 1; in cix_ipbloq_hda_probe_codec()
91 to_hda_bus(bus)->bus_probing = 0; in cix_ipbloq_hda_probe_codec()
H A Dintel.c2346 to_hda_bus(bus)->bus_probing = 1; in azx_probe_continue()
2424 to_hda_bus(bus)->bus_probing = 0; in azx_probe_continue()
/linux/sound/soc/sof/intel/
H A Dhda-codec.c137 codec = snd_hda_codec_device_init(to_hda_bus(bus), addr, "ehdaudio%dD%d", bus->idx, addr); in hda_codec_device_init()
/linux/sound/soc/intel/avs/
H A Davs.h179 #define hdac_to_avs(hdac) hda_to_avs(to_hda_bus(hdac))
H A Dcore.c147 codec = snd_hda_codec_device_init(to_hda_bus(bus), addr, "hdaudioB%dD%d", bus->idx, addr); in probe_codec()
/linux/include/sound/
H A Dhda_codec.h69 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core) macro