Searched defs:alc_config_preset (Results 1 – 1 of 1) sorted by relevance
9 struct alc_config_preset { struct10 const struct snd_kcontrol_new *mixers[5]; /* should be identical size13 const struct snd_kcontrol_new *cap_mixer; /* capture mixer */14 const struct hda_verb *init_verbs[5];15 unsigned int num_dacs;16 const hda_nid_t *dac_nids;17 hda_nid_t dig_out_nid; /* optional */18 hda_nid_t hp_nid; /* optional */19 const hda_nid_t *slave_dig_outs;20 unsigned int num_adc_nids;[all …]