Lines Matching defs:hdmi_spec_per_pin
74 struct hdmi_spec_per_pin { struct
75 hda_nid_t pin_nid;
76 int num_mux_nids;
77 hda_nid_t mux_nids[HDA_MAX_CONNECTIONS];
78 int mux_idx;
79 hda_nid_t cvt_nid;
81 struct hda_codec *codec;
82 struct hdmi_eld sink_eld;
83 struct mutex lock;
84 struct delayed_work work;
85 struct snd_kcontrol *eld_ctl;
86 int repoll_count;
87 bool setup; /* the stream has been set up by prepare callback */
88 int channels; /* current number of channels */
89 bool non_pcm;
90 bool chmap_set; /* channel-map override by ALSA API? */
91 unsigned char chmap[8]; /* ALSA API channel-map */
93 struct snd_info_entry *proc_entry;