]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.9-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Apr 2021 09:46:34 +0000 (11:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Apr 2021 09:46:34 +0000 (11:46 +0200)
added patches:
alsa-hda-realtek-fix-pincfg-for-dell-xps-13-9370.patch

queue-4.9/alsa-hda-realtek-fix-pincfg-for-dell-xps-13-9370.patch [new file with mode: 0644]
queue-4.9/series

diff --git a/queue-4.9/alsa-hda-realtek-fix-pincfg-for-dell-xps-13-9370.patch b/queue-4.9/alsa-hda-realtek-fix-pincfg-for-dell-xps-13-9370.patch
new file mode 100644 (file)
index 0000000..27eb797
--- /dev/null
@@ -0,0 +1,61 @@
+From foo@baz Fri Apr  9 11:45:59 AM CEST 2021
+From: "Shih-Yuan Lee (FourDollars)" <sylee@canonical.com>
+Date: Mon, 14 Aug 2017 18:00:47 +0800
+Subject: ALSA: hda/realtek - Fix pincfg for Dell XPS 13 9370
+
+From: "Shih-Yuan Lee (FourDollars)" <sylee@canonical.com>
+
+commit 8df4b0031067758d8b0a3bfde7d35e980d0376d5 upstream
+
+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: b4576de87243 ("ALSA: hda/realtek - Fix typo of pincfg for Dell quirk")
+Signed-off-by: Shih-Yuan Lee (FourDollars) <sylee@canonical.com>
+Cc: <stable@vger.kernel.org>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ sound/pci/hda/patch_realtek.c |    1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -6285,7 +6285,6 @@ static const struct snd_hda_pin_quirk al
+       SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
+               ALC225_STANDARD_PINS,
+               {0x12, 0xb7a60130},
+-              {0x13, 0xb8a61140},
+               {0x17, 0x90170110}),
+       {}
+ };
index e1e1b4eb0a6edd6caf787d9e31fdc7e9025a4a90..40fc1ef3c9da8b343b936e4a34c27b35c89b193e 100644 (file)
@@ -8,3 +8,4 @@ ia64-mca-allocate-early-mca-with-gfp_atomic.patch
 cifs-revalidate-mapping-when-we-open-files-for-smb1-.patch
 cifs-silently-ignore-unknown-oplock-break-handle.patch
 bpf-x86-validate-computation-of-branch-displacements-for-x86-64.patch
+alsa-hda-realtek-fix-pincfg-for-dell-xps-13-9370.patch