From: Greg Kroah-Hartman Date: Tue, 24 Sep 2019 20:15:44 +0000 (+0200) Subject: drop queue-4.19/alsa-hda-realtek-enable-micmute-led-for-huawei-laptops.patch X-Git-Tag: v5.3.2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb8768c63e9f5576fe6732c111f775783c4c8d0e;p=thirdparty%2Fkernel%2Fstable-queue.git drop queue-4.19/alsa-hda-realtek-enable-micmute-led-for-huawei-laptops.patch --- diff --git a/queue-4.19/alsa-hda-realtek-enable-micmute-led-for-huawei-laptops.patch b/queue-4.19/alsa-hda-realtek-enable-micmute-led-for-huawei-laptops.patch deleted file mode 100644 index e0702ff3e52..00000000000 --- a/queue-4.19/alsa-hda-realtek-enable-micmute-led-for-huawei-laptops.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 0fbf21c3b36a9921467aa7525d2768b07f9f8fbb Mon Sep 17 00:00:00 2001 -From: Ayman Bagabas -Date: Thu, 23 May 2019 05:30:11 -0400 -Subject: ALSA: hda/realtek - Enable micmute LED for Huawei laptops - -From: Ayman Bagabas - -commit 0fbf21c3b36a9921467aa7525d2768b07f9f8fbb upstream. - -Since this LED is found on all Huawei laptops, we can hook it to -huawei-wmi platform driver to control it. - -Also, some renames have been made to use product name instead of common -name to avoid confusions. - -Fixes: 8ac51bbc4cfe ("ALSA: hda: fix front speakers on Huawei MBXP") -Signed-off-by: Ayman Bagabas -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman - ---- - sound/pci/hda/patch_realtek.c | 7 ++++--- - 1 file changed, 4 insertions(+), 3 deletions(-) - ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -5657,7 +5657,7 @@ enum { - ALC298_FIXUP_TPT470_DOCK, - ALC255_FIXUP_DUMMY_LINEOUT_VERB, - ALC255_FIXUP_DELL_HEADSET_MIC, -- ALC256_FIXUP_HUAWEI_MBXP_PINS, -+ ALC256_FIXUP_HUAWEI_MACH_WX9_PINS, - ALC295_FIXUP_HP_X360, - ALC221_FIXUP_HP_HEADSET_MIC, - ALC285_FIXUP_LENOVO_HEADPHONE_NOISE, -@@ -5947,7 +5947,7 @@ static const struct hda_fixup alc269_fix - .chained = true, - .chain_id = ALC269_FIXUP_HEADSET_MIC - }, -- [ALC256_FIXUP_HUAWEI_MBXP_PINS] = { -+ [ALC256_FIXUP_HUAWEI_MACH_WX9_PINS] = { - .type = HDA_FIXUP_PINS, - .v.pins = (const struct hda_pintbl[]) { - {0x12, 0x90a60130}, -@@ -6975,7 +6975,7 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK), - SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K), - SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD), -- SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MBXP", ALC256_FIXUP_HUAWEI_MBXP_PINS), -+ SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", ALC256_FIXUP_HUAWEI_MACH_WX9_PINS), - SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */ - - #if 0 -@@ -7034,6 +7034,7 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK_VENDOR(0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED), - SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), - SND_PCI_QUIRK_VENDOR(0x17aa, "Thinkpad", ALC269_FIXUP_THINKPAD_ACPI), -+ SND_PCI_QUIRK_VENDOR(0x19e5, "Huawei Matebook", ALC255_FIXUP_MIC_MUTE_LED), - {} - }; -