Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dhdac_hdmi.c83 struct hdac_hdmi_port { struct
84 struct list_head head;
85 int id;
86 struct hdac_hdmi_pin *pin;
87 int num_mux_nids;
88 hda_nid_t mux_nids[HDA_MAX_CONNECTIONS];
89 struct hdac_hdmi_eld eld;
90 const char *jack_pin;
91 bool is_connect;
115 struct hdac_hdmi_port *port; argument