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