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 refcount_t pcm_ref;192 wait_queue_head_t remove_sleep;195 void *spec;198 struct hda_beep *beep;199 unsigned int beep_mode;200 bool beep_just_power_on;203 u32 *wcaps;[all …]
2316 int (*port2pin)(struct hda_codec *, int)) in snd_hda_hdmi_acomp_init() argument