Lines Matching defs:hdmi_spec
131 struct hdmi_spec { struct
134 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ argument
154 struct snd_array pins; /* struct hdmi_spec_per_pin */ argument
155 struct hdmi_pcm pcm_rec[8];
156 struct mutex pcm_lock;
157 struct mutex bind_lock; /* for audio component binding */
159 unsigned long pcm_bitmap;
160 int pcm_used; /* counter of pcm_rec[] */
165 unsigned long pcm_in_use;
167 struct hdmi_eld temp_eld;
168 struct hdmi_ops ops;
170 bool dyn_pin_out;
171 bool static_pcm_mapping;
173 bool hdmi_intr_trig_ctrl;
174 bool nv_dp_workaround; /* workaround DP audio infoframe for Nvidia */
199 struct hdmi_spec *spec = codec->spec; in codec_has_acomp() argument