Searched refs:to_hda_bus (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/hda/controllers/ |
| H A D | cix-ipbloq.c | 68 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 D | intel.c | 2346 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 D | hda-codec.c | 137 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 D | avs.h | 179 #define hdac_to_avs(hdac) hda_to_avs(to_hda_bus(hdac))
|
| H A D | core.c | 147 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 D | hda_codec.h | 69 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core) macro
|