Home
last modified time | relevance | path

Searched defs:hdmi_spec (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_hdmi.c119 struct hdmi_spec { struct
122 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ argument
142 struct snd_array pins; /* struct hdmi_spec_per_pin */ argument
143 struct hdmi_pcm pcm_rec[16];
144 struct mutex pcm_lock;
145 struct mutex bind_lock; /* for audio component binding */
147 unsigned long pcm_bitmap;
148 int pcm_used; /* counter of pcm_rec[] */
153 unsigned long pcm_in_use;
155 struct hdmi_eld temp_eld;
[all …]
/kernel/linux/linux-6.6/sound/pci/hda/
Dpatch_hdmi.c131 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;
[all …]