Searched defs:hda_codec (Results 1 – 2 of 2) sorted by relevance
178 struct hda_codec { struct189 /* PCM to create, set by hda_codec_ops.build_pcms callback */ argument190 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 …]
2270 int (*port2pin)(struct hda_codec *, int)) in snd_hda_hdmi_acomp_init() argument