Searched refs:to_hda_bus (Results 1 – 5 of 5) sorted by relevance
/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 | 176 #define hdac_to_avs(hdac) hda_to_avs(to_hda_bus(hdac))
|
H A D | core.c | 139 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 | 68 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core) macro
|
/linux/sound/pci/hda/ |
H A D | hda_intel.c | 2281 to_hda_bus(bus)->bus_probing = 1; in azx_probe_continue() 2359 to_hda_bus(bus)->bus_probing = 0; in azx_probe_continue()
|