ALSA: hda - Minor cleanup/fixes for patch_sigmatel.c fixup transition
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2013 07:49:01 +0000 (08:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2013 07:49:01 +0000 (08:49 +0100)
commitf6655d52a36ccb27e1cf918dfa7221923964ab21
tree2873aa538b1f1f0caaefd5a42d3b9b0d394ac21b
parentae127005fcebc13ad7c2ed48a8d46360f5cf0819
ALSA: hda - Minor cleanup/fixes for patch_sigmatel.c fixup transition

- spec->hp_detect has to be overridden in HDA_FIXUP_ACT_PARSE, not in
  PRE_PARSE.
- Remove err == 0 check but return directly -EINVAL from
  stac92xx_parse_auto_config()
- Set spec->default_polarity for 92HD71bxx
- Some code shuffles

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c