Lines Matching defs:hdmi_spec
118 struct hdmi_spec { struct
121 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ argument
141 struct snd_array pins; /* struct hdmi_spec_per_pin */ argument
142 struct hdmi_pcm pcm_rec[16];
143 struct mutex pcm_lock;
144 struct mutex bind_lock; /* for audio component binding */
146 unsigned long pcm_bitmap;
147 int pcm_used; /* counter of pcm_rec[] */
152 unsigned long pcm_in_use;
154 struct hdmi_eld temp_eld;
155 struct hdmi_ops ops;
157 bool dyn_pin_out;
158 bool dyn_pcm_assign;
182 struct hdmi_spec *spec = codec->spec; in codec_has_acomp() argument