Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_hdmi.c2214 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_get_spk_alloc()
2227 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_get_chmap()
2241 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_set_chmap()
2257 struct hda_codec *codec = hdac_to_hda_codec(hdac); in is_hdmi_pcm_attached()
4012 struct hda_codec *codec = hdac_to_hda_codec(hdac); in atihdmi_pin_set_slot_channel()
4048 struct hda_codec *codec = hdac_to_hda_codec(hdac); in atihdmi_pin_get_slot_channel()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhda_codec.h295 #define hdac_to_hda_codec(_hdac) container_of(_hdac, struct hda_codec, core) macro