Searched defs:via_spec (Results 1 – 1 of 1) sorted by relevance
90 struct via_spec { struct91 struct hda_gen_spec gen;94 const struct snd_kcontrol_new *mixers[6];95 unsigned int num_mixers;97 const struct hda_verb *init_verbs[5];98 unsigned int num_iverbs;122 static struct via_spec *via_new_spec(struct hda_codec *codec) in via_new_spec() argument