Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dhda_codec.h178 struct hda_codec { struct
189 /* PCM to create, set by hda_codec_ops.build_pcms callback */ argument
190 struct list_head pcm_list_head;
191 struct snd_refcount pcm_ref;
194 void *spec;
197 struct hda_beep *beep;
198 unsigned int beep_mode;
199 bool beep_just_power_on;
202 u32 *wcaps;
204 struct snd_array mixers; /* list of assigned mixer elements */
[all …]
/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c2270 int (*port2pin)(struct hda_codec *, int)) in snd_hda_hdmi_acomp_init() argument