Skip to content
  • Takashi Iwai's avatar
    ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecs · b04add95
    Takashi Iwai authored
    
    
    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: default avatarTakashi Iwai <tiwai@suse.de>
    Cc: <stable@kernel.org>
    b04add95