From: Greg Kroah-Hartman Date: Sun, 23 Aug 2020 11:58:58 +0000 (+0200) Subject: 5.7-stable patches X-Git-Tag: v4.4.234~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2f72b626cc47dd9734efb9ddc6c177d009ced8e;p=thirdparty%2Fkernel%2Fstable-queue.git 5.7-stable patches added patches: alsa-hda-realtek-add-quirk-for-samsung-galaxy-book-ion.patch alsa-hda-realtek-add-quirk-for-samsung-galaxy-flex-book.patch --- diff --git a/queue-5.7/alsa-hda-realtek-add-quirk-for-samsung-galaxy-book-ion.patch b/queue-5.7/alsa-hda-realtek-add-quirk-for-samsung-galaxy-book-ion.patch new file mode 100644 index 00000000000..82b4c5695ea --- /dev/null +++ b/queue-5.7/alsa-hda-realtek-add-quirk-for-samsung-galaxy-book-ion.patch @@ -0,0 +1,34 @@ +From e17f02d0559c174cf1f6435e45134490111eaa37 Mon Sep 17 00:00:00 2001 +From: Mike Pozulp +Date: Tue, 18 Aug 2020 09:54:44 -0700 +Subject: ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion + +From: Mike Pozulp + +commit e17f02d0559c174cf1f6435e45134490111eaa37 upstream. + +The Galaxy Book Ion uses the same ALC298 codec as other Samsung laptops +which have the no headphone sound bug, like my Samsung Notebook. The +Galaxy Book owner confirmed that this patch fixes the bug. + +BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207423 +Signed-off-by: Mike Pozulp +Cc: +Link: https://lore.kernel.org/r/20200818165446.499821-1-pozulp.kernel@gmail.com +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman + +--- + sound/pci/hda/patch_realtek.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/sound/pci/hda/patch_realtek.c ++++ b/sound/pci/hda/patch_realtek.c +@@ -7667,6 +7667,7 @@ static const struct snd_pci_quirk alc269 + SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x144d, 0xc176, "Samsung Notebook 9 Pro (NP930MBE-K04US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x144d, 0xc189, "Samsung Galaxy Flex Book (NT950QCG-X716)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), ++ SND_PCI_QUIRK(0x144d, 0xc18a, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x144d, 0xc740, "Samsung Ativ book 8 (NP870Z5G)", ALC269_FIXUP_ATIV_BOOK_8), + SND_PCI_QUIRK(0x144d, 0xc812, "Samsung Notebook Pen S (NT950SBE-X58)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC), diff --git a/queue-5.7/alsa-hda-realtek-add-quirk-for-samsung-galaxy-flex-book.patch b/queue-5.7/alsa-hda-realtek-add-quirk-for-samsung-galaxy-flex-book.patch new file mode 100644 index 00000000000..d7d7868d9c8 --- /dev/null +++ b/queue-5.7/alsa-hda-realtek-add-quirk-for-samsung-galaxy-flex-book.patch @@ -0,0 +1,34 @@ +From f70fff83cda63bbf596f99edc131b9daaba07458 Mon Sep 17 00:00:00 2001 +From: Mike Pozulp +Date: Thu, 13 Aug 2020 21:53:44 -0700 +Subject: ALSA: hda/realtek: Add quirk for Samsung Galaxy Flex Book + +From: Mike Pozulp + +commit f70fff83cda63bbf596f99edc131b9daaba07458 upstream. + +The Flex Book uses the same ALC298 codec as other Samsung laptops which +have the no headphone sound bug, like my Samsung Notebook. The Flex Book +owner used Early Patching to confirm that this quirk fixes the bug. + +BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207423 +Signed-off-by: Mike Pozulp +Cc: +Link: https://lore.kernel.org/r/20200814045346.645367-1-pozulp.kernel@gmail.com +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman + +--- + sound/pci/hda/patch_realtek.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/sound/pci/hda/patch_realtek.c ++++ b/sound/pci/hda/patch_realtek.c +@@ -7666,6 +7666,7 @@ static const struct snd_pci_quirk alc269 + SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC), + SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x144d, 0xc176, "Samsung Notebook 9 Pro (NP930MBE-K04US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), ++ SND_PCI_QUIRK(0x144d, 0xc189, "Samsung Galaxy Flex Book (NT950QCG-X716)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x144d, 0xc740, "Samsung Ativ book 8 (NP870Z5G)", ALC269_FIXUP_ATIV_BOOK_8), + SND_PCI_QUIRK(0x144d, 0xc812, "Samsung Notebook Pen S (NT950SBE-X58)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC), diff --git a/queue-5.7/series b/queue-5.7/series index 59dcffef277..3ca07846f05 100644 --- a/queue-5.7/series +++ b/queue-5.7/series @@ -3,3 +3,5 @@ drm-panel-simple-fix-inverted-v-h-sync-for-frida-frd.patch khugepaged-khugepaged_test_exit-check-mmget_still_va.patch khugepaged-adjust-vm_bug_on_mm-in-__khugepaged_enter.patch bcache-avoid-nr_stripes-overflow-in-bcache_device_in.patch +alsa-hda-realtek-add-quirk-for-samsung-galaxy-flex-book.patch +alsa-hda-realtek-add-quirk-for-samsung-galaxy-book-ion.patch