Lines Matching defs:hdmi_spec_per_pin
68 struct hdmi_spec_per_pin { struct
69 hda_nid_t pin_nid;
70 int dev_id;
72 int pin_nid_idx;
73 int num_mux_nids;
74 hda_nid_t mux_nids[HDA_MAX_CONNECTIONS];
75 int mux_idx;
76 hda_nid_t cvt_nid;
78 struct hda_codec *codec;
79 struct hdmi_eld sink_eld;
80 struct mutex lock;
81 struct delayed_work work;
82 struct hdmi_pcm *pcm; /* pointer to spec->pcm_rec[n] dynamically*/
83 int pcm_idx; /* which pcm is attached. -1 means no pcm is attached */
84 int prev_pcm_idx; /* previously assigned pcm index */
85 int repoll_count;
86 bool setup; /* the stream has been set up by prepare callback */
87 bool silent_stream;
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 */
115 struct hdmi_spec_per_pin *per_pin, argument