Home
last modified time | relevance | path

Searched refs:to_hda_bus (Results 1 – 3 of 3) 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.c2372 to_hda_bus(bus)->bus_probing = 1; in azx_probe_continue()
2458 to_hda_bus(bus)->bus_probing = 0; in azx_probe_continue()
/linux/include/sound/
H A Dhda_codec.h69 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core) macro