Home
last modified time | relevance | path

Searched refs:hdac_to_hda_codec (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/sound/
Dhda_codec.h296 #define hdac_to_hda_codec(_hdac) container_of(_hdac, struct hda_codec, core) macro
/linux-6.1.9/sound/pci/hda/
Dpatch_hdmi.c2234 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_get_spk_alloc()
2247 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_get_chmap()
2261 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_set_chmap()
2277 struct hda_codec *codec = hdac_to_hda_codec(hdac); in is_hdmi_pcm_attached()
4203 struct hda_codec *codec = hdac_to_hda_codec(hdac); in atihdmi_pin_set_slot_channel()
4239 struct hda_codec *codec = hdac_to_hda_codec(hdac); in atihdmi_pin_get_slot_channel()
/linux-6.1.9/sound/soc/intel/avs/
Dcore.c502 snd_hda_codec_unregister(hdac_to_hda_codec(hdev)); in avs_pci_remove()