Lines Matching defs:hdmi_spec
130 struct hdmi_spec { struct
133 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ argument
153 struct snd_array pins; /* struct hdmi_spec_per_pin */ argument
154 struct hdmi_pcm pcm_rec[8];
155 struct mutex pcm_lock;
156 struct mutex bind_lock; /* for audio component binding */
158 unsigned long pcm_bitmap;
159 int pcm_used; /* counter of pcm_rec[] */
164 unsigned long pcm_in_use;
166 struct hdmi_eld temp_eld;
167 struct hdmi_ops ops;
169 bool dyn_pin_out;
171 bool hdmi_intr_trig_ctrl;
172 bool nv_dp_workaround; /* workaround DP audio infoframe for Nvidia */
197 struct hdmi_spec *spec = codec->spec; in codec_has_acomp() argument