Skip to content
  • Shih-Yuan Lee (FourDollars)'s avatar
    ALSA: hda/realtek - Fix pincfg for Dell XPS 13 9370 · 8df4b003
    Shih-Yuan Lee (FourDollars) authored
    The initial pin configs for Dell headset mode of ALC3271 has changed.
    
    /sys/class/sound/hwC0D0/init_pin_configs: (BIOS 0.1.4)
    0x12 0xb7a60130
    0x13 0xb8a61140
    0x14 0x40000000
    0x16 0x411111f0
    0x17 0x90170110
    0x18 0x411111f0
    0x19 0x411111f0
    0x1a 0x411111f0
    0x1b 0x411111f0
    0x1d 0x4087992d
    0x1e 0x411111f0
    0x21 0x04211020
    
    has changed to ...
    
    /sys/class/sound/hwC0D0/init_pin_configs: (BIOS 0.2.0)
    0x12 0xb7a60130
    0x13 0x40000000
    0x14 0x411111f0
    0x16 0x411111f0
    0x17 0x90170110
    0x18 0x411111f0
    0x19 0x411111f0
    0x1a 0x411111f0
    0x1b 0x411111f0
    0x1d 0x4067992d
    0x1e 0x411111f0
    0x21 0x04211020
    
    Fixes: b4576de8
    
     ("ALSA: hda/realtek - Fix typo of pincfg for Dell quirk")
    Signed-off-by: default avatarShih-Yuan Lee (FourDollars) <sylee@canonical.com>
    Cc: <stable@vger.kernel.org>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    8df4b003