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