Fixed "unused varible" warnings in patch_sigmatel.c that have been
introduced by the last changes.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
"Front", "Surround", NULL /*CLFE*/, "Side"
};
hda_nid_t nid = 0;
- int i, err, num_dacs;
- unsigned int wid_caps, pincap;
+ int i, err;
+ unsigned int wid_caps;
for (i = 0; i < cfg->line_outs && spec->multiout.dac_nids[i]; i++) {
nid = spec->multiout.dac_nids[i];
* "xxx as Output" mixer switch
*/
struct sigmatel_spec *spec = codec->spec;
- struct auto_pin_cfg *cfg = &spec->autocfg;
if (nid == spec->line_switch || nid == spec->mic_switch)
return;
}