]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 May 2021 11:51:05 +0000 (13:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 May 2021 11:51:05 +0000 (13:51 +0200)
added patches:
alsa-hda-realtek-add-quirk-for-intel-clevo-pcx0dx.patch

queue-4.19/alsa-hda-realtek-add-quirk-for-intel-clevo-pcx0dx.patch [new file with mode: 0644]
queue-4.19/series

diff --git a/queue-4.19/alsa-hda-realtek-add-quirk-for-intel-clevo-pcx0dx.patch b/queue-4.19/alsa-hda-realtek-add-quirk-for-intel-clevo-pcx0dx.patch
new file mode 100644 (file)
index 0000000..ef01a37
--- /dev/null
@@ -0,0 +1,40 @@
+From 970e3012c04c96351c413f193a9c909e6d871ce2 Mon Sep 17 00:00:00 2001
+From: Eckhart Mohr <e.mohr@tuxedocomputers.com>
+Date: Tue, 27 Apr 2021 17:30:25 +0200
+Subject: ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx
+
+From: Eckhart Mohr <e.mohr@tuxedocomputers.com>
+
+commit 970e3012c04c96351c413f193a9c909e6d871ce2 upstream.
+
+This applies a SND_PCI_QUIRK(...) to the Clevo PCx0Dx barebones. This
+fix enables audio output over the headset jack and ensures that a
+microphone connected via the headset combo jack is correctly recognized
+when pluged in.
+
+[ Rearranged the list entries in a sorted order -- tiwai ]
+
+Signed-off-by: Eckhart Mohr <e.mohr@tuxedocomputers.com>
+Co-developed-by: Werner Sembach <wse@tuxedocomputers.com>
+Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
+Cc: <stable@vger.kernel.org>
+Link: https://lore.kernel.org/r/20210427153025.451118-1-wse@tuxedocomputers.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, 2 insertions(+)
+
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -2527,8 +2527,10 @@ static const struct snd_pci_quirk alc882
+       SND_PCI_QUIRK(0x1558, 0x65d1, "Clevo PB51[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+       SND_PCI_QUIRK(0x1558, 0x65d2, "Clevo PB51R[CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+       SND_PCI_QUIRK(0x1558, 0x65e1, "Clevo PB51[ED][DF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
++      SND_PCI_QUIRK(0x1558, 0x65e5, "Clevo PC50D[PRS](?:-D|-G)?", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+       SND_PCI_QUIRK(0x1558, 0x67d1, "Clevo PB71[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+       SND_PCI_QUIRK(0x1558, 0x67e1, "Clevo PB71[DE][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
++      SND_PCI_QUIRK(0x1558, 0x67e5, "Clevo PC70D[PRS](?:-D|-G)?", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+       SND_PCI_QUIRK(0x1558, 0x70d1, "Clevo PC70[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+       SND_PCI_QUIRK(0x1558, 0x7714, "Clevo X170", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+       SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),
index 3030ba38f8406599e9afd9b551fc8f5f76c70a88..7e40f6979ee2b95ad967253154a36362991003e6 100644 (file)
@@ -78,3 +78,4 @@ alsa-sb-fix-two-use-after-free-in-snd_sb_qsound_build.patch
 alsa-usb-audio-explicitly-set-up-the-clock-selector.patch
 alsa-usb-audio-more-constifications.patch
 alsa-usb-audio-add-db-range-mapping-for-sennheiser-communications-headset-pc-8.patch
+alsa-hda-realtek-add-quirk-for-intel-clevo-pcx0dx.patch