Lines Matching defs:spec
29 struct hda_gen_spec *spec = codec->spec;
32 err = snd_hda_parse_pin_defcfg(codec, &spec->autocfg, NULL, 0);
35 err = snd_hda_gen_parse_auto_config(codec, &spec->autocfg);
45 struct hda_gen_spec *spec;
48 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
49 if (!spec)
51 snd_hda_gen_spec_init(spec);
52 codec->spec = spec;
55 spec->multi_cap_vol = 1;