Home
last modified time | relevance | path

Searched defs:hdac_hdmi_port (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/sound/soc/codecs/
Dhdac_hdmi.c84 struct hdac_hdmi_port { struct
85 struct list_head head;
86 int id;
87 struct hdac_hdmi_pin *pin;
88 int num_mux_nids;
89 hda_nid_t mux_nids[HDA_MAX_CONNECTIONS];
90 struct hdac_hdmi_eld eld;
91 const char *jack_pin;
92 bool is_connect;
116 struct hdac_hdmi_port *port; argument