From patchwork Fri Dec 24 03:17:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Szu X-Patchwork-Id: 1572919 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=A0gmVpF9; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4JKsgs6YSBz9sRR for ; Fri, 24 Dec 2021 14:17:45 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1n0b5Q-0005xx-Ce; Fri, 24 Dec 2021 03:17:40 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1n0b5P-0005xc-05 for kernel-team@lists.ubuntu.com; Fri, 24 Dec 2021 03:17:39 +0000 Received: from localhost (118-169-16-248.dynamic-ip.hinet.net [118.169.16.248]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 143093F1B0 for ; Fri, 24 Dec 2021 03:17:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1640315858; bh=CpfPT4brHJhQ4LyNKSD65DaRsD0iZsibCmQU5EcuzJU=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=A0gmVpF9zrowh9hV3HOt8ZMma1dq6L3DfUiA54ksVcGsTBbYGTZtx/mfe/8S7FQ+0 ZwrcTn+VpsSHx07Mu2KMfzia6pTbabK5fv7TjhfVzYm0sJpBkQ1yfsiMqdry4xJ5Sy N7Vsh0M6iU8uzSNCZaQ2eMX+KDjLaef/OYjdjIuT8fMPZ8VaDAGmeCmwi8rjE13Zos BfPX0ubis6g96onvO5hZnNRVQJgEUGlmpSCz/FNVEdlHxYviwMm9GhMv0Gl59Ob5qn xRlknQNQObzju4HDwA8M0pk2GU0iaxB8WOqvp7aSfP9PotJ31IIATKt2WFnCx6aH06 66os8Oi5bZI8A== From: Jeremy Szu To: kernel-team@lists.ubuntu.com Subject: [U/J/I/OEM-5.14][PATCH 1/1] ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook Date: Fri, 24 Dec 2021 11:17:31 +0800 Message-Id: <20211224031731.9376-2-jeremy.szu@canonical.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211224031731.9376-1-jeremy.szu@canonical.com> References: <20211224031731.9376-1-jeremy.szu@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1955691 There is a HP ProBook which using ALC236 codec and need the ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF quirk to make mute LED and micmute LED work. Signed-off-by: Jeremy Szu Cc: Link: https://lore.kernel.org/r/20211214164156.49711-1-jeremy.szu@canonical.com Signed-off-by: Takashi Iwai (cherry picked from commit f7ac570d0f026cf5475d4cc4d8040bd947980b3a) Signed-off-by: Jeremy Szu --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 965b096f416f..af12d762b60f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8643,6 +8643,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x8896, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_MUTE_LED), SND_PCI_QUIRK(0x103c, 0x8898, "HP EliteBook 845 G8 Notebook PC", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x103c, 0x88d0, "HP Pavilion 15-eh1xxx (mainboard 88D0)", ALC287_FIXUP_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF), SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC), SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300), SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),