Searched defs:hdmi_spec (Results 1 – 1 of 1) sorted by relevance
133 struct hdmi_spec { struct135 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ argument155 struct snd_array pins; /* struct hdmi_spec_per_pin */ argument156 struct hdmi_pcm pcm_rec[16];157 struct mutex pcm_lock;159 unsigned long pcm_bitmap;160 int pcm_used; /* counter of pcm_rec[] */165 unsigned long pcm_in_use;189 struct hdmi_spec *spec = codec->spec; in codec_has_acomp() argument