Searched refs:to_hda_bus (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-codec.c | 117 codec = snd_hda_codec_device_init(to_hda_bus(bus), addr, "ehdaudio%dD%d", bus->idx, addr); in hda_codec_device_init()
|
/linux-6.1.9/sound/soc/intel/avs/ |
D | avs.h | 147 #define hdac_to_avs(hdac) hda_to_avs(to_hda_bus(hdac))
|
D | core.c | 127 codec = snd_hda_codec_device_init(to_hda_bus(bus), addr, "hdaudioB%dD%d", bus->idx, addr); in probe_codec()
|
/linux-6.1.9/include/sound/ |
D | hda_codec.h | 71 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core) macro
|
/linux-6.1.9/sound/soc/intel/skylake/ |
D | skl.c | 697 codec = snd_hda_codec_device_init(to_hda_bus(bus), addr, "ehdaudio%dD%d", bus->idx, addr); in skl_codec_device_init()
|
/linux-6.1.9/sound/pci/hda/ |
D | hda_intel.c | 2239 to_hda_bus(bus)->bus_probing = 1; in azx_probe_continue() 2343 to_hda_bus(bus)->bus_probing = 0; in azx_probe_continue()
|