]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.9-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2021 14:56:21 +0000 (15:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2021 14:56:21 +0000 (15:56 +0100)
added patches:
alsa-hda-realtek-fix-typo-of-pincfg-for-dell-quirk.patch

queue-4.9/alsa-hda-realtek-fix-typo-of-pincfg-for-dell-quirk.patch [new file with mode: 0644]
queue-4.9/series

diff --git a/queue-4.9/alsa-hda-realtek-fix-typo-of-pincfg-for-dell-quirk.patch b/queue-4.9/alsa-hda-realtek-fix-typo-of-pincfg-for-dell-quirk.patch
new file mode 100644 (file)
index 0000000..67e8049
--- /dev/null
@@ -0,0 +1,30 @@
+From b4576de87243c32fab50dda9f8eba1e3cf13a7e2 Mon Sep 17 00:00:00 2001
+From: "Shih-Yuan Lee (FourDollars)" <sylee@canonical.com>
+Date: Mon, 3 Jul 2017 14:13:29 +0800
+Subject: ALSA: hda/realtek - Fix typo of pincfg for Dell quirk
+
+From: Shih-Yuan Lee (FourDollars) <sylee@canonical.com>
+
+commit b4576de87243c32fab50dda9f8eba1e3cf13a7e2 upstream.
+
+The PIN number for Dell headset mode of ALC3271 is wrong.
+
+Fixes: fcc6c877a01f ("ALSA: hda/realtek - Support Dell headset mode for ALC3271")
+Signed-off-by: Shih-Yuan Lee (FourDollars) <sylee@canonical.com>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ sound/pci/hda/patch_realtek.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -6284,7 +6284,7 @@ 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, 0xb8a60140},
++              {0x13, 0xb8a61140},
+               {0x17, 0x90170110}),
+       {}
+ };
index 3a85ed42898069749c75588f6efc5b92b61e3dd7..d2812d0af395708c9277c60fb9a4b80f398fd0b8 100644 (file)
@@ -40,3 +40,4 @@ x86-apic-add-extra-serialization-for-non-serializing-msrs.patch
 input-xpad-sync-supported-devices-with-fork-on-github.patch
 acpi-thermal-do-not-call-acpi_thermal_check-directly.patch
 iommu-vt-d-do-not-use-flush-queue-when-caching-mode-is-on.patch
+alsa-hda-realtek-fix-typo-of-pincfg-for-dell-quirk.patch