From patchwork Mon Mar 13 05:38:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Szu X-Patchwork-Id: 1756052 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: legolas.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=JotNiSBj; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PZlp66V7gz1yWp for ; Mon, 13 Mar 2023 16:39:09 +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 1pbatf-0003np-3d; Mon, 13 Mar 2023 05:38:59 +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 1pbatd-0003nA-7n for kernel-team@lists.ubuntu.com; Mon, 13 Mar 2023 05:38:57 +0000 Received: from localhost (unknown [10.101.194.46]) (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 2E2D13F175 for ; Mon, 13 Mar 2023 05:38:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1678685936; bh=uMiktHAimVZGXQ3z2gmBOv+xNrncR9Rbye/6DG6RHqQ=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=JotNiSBjY3BuRKVfRtPL+VQosargaYNcxA5n8WGMnzjPRNIU2h+0C1yQwRk6pWni/ toDbt1t0PnQvLvWD8PyfhjGOLfCER+dbuSl1Ql0CTJ++RU3n5rZJwIOfEl/Lb0fqoZ P2V7a19ZmU6Qno3wpRKKGDxr/U9Vv3afhcPfRWKjKpNkVt+HM3/YnIgX5PlRgt9lfF rp5atyqfqRrx5W5CRBosO+1Omlebdg9tAtZ04mPDB8+usOj3SMtrIv7BsPhQ39cbDD TCl5sl85+tFbTCXiXaNUmV9vsV0YLYYwUwWfUz89kX+JAtIXdymhU0F7b9sdkwVu8T XBS8u0LA/hclQ== From: Jeremy Szu To: kernel-team@lists.ubuntu.com Subject: [U/L/OEM-6.1][PATCH 1/1] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform Date: Mon, 13 Mar 2023 13:38:02 +0800 Message-Id: <20230313053802.22492-2-jeremy.szu@canonical.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20230313053802.22492-1-jeremy.szu@canonical.com> References: <20230313053802.22492-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/2011379 There is a HP platform needs ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED quirk to make mic-mute/audio-mute/speaker working. Signed-off-by: Jeremy Szu Cc: Link: https://lore.kernel.org/r/20230307135317.37621-1-jeremy.szu@canonical.com Signed-off-by: Takashi Iwai (cherry picked from commit 7bb62340951a9af20235a3bde8c98e2e292915df linux-next) --- 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 e103bb3693c0..bf382e278d63 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9446,6 +9446,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x8b8f, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),