ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecs
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Jul 2009 06:01:36 +0000 (08:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Jul 2009 13:12:41 +0000 (15:12 +0200)
commitb04add956616b6d89ff21da749b46ad2bd58ef32
treeaf5f68451a67b41daa8290b3a72a5c9a99cf02f6
parent42b95f0c6b524b5a670dd17533a3522db368f600
ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecs

The recent rewrite of the codec parser for STAC9872 caused a regression
for some Sony VAIO models that don't give proper pin default configs
by BIOS.  Even using model=vaio doesn't work because the pin definitions
are set after the pin overrides.

This patch fixes the pin definitions in patch_stac9872() to be put
in the right place before the pin overrides.  Also the patch adds the
new quirk entry for VAIO F/S to have the correct pin default configs.

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