From patchwork Mon Jul 30 03:26:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 950713 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41f4jc6k3wz9s29; Mon, 30 Jul 2018 13:26:28 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fjypB-00079e-LS; Mon, 30 Jul 2018 03:26:21 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fjyp9-000792-9j for kernel-team@lists.ubuntu.com; Mon, 30 Jul 2018 03:26:19 +0000 Received: from mail-pf1-f199.google.com ([209.85.210.199]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fjyp8-0003bk-Ub for kernel-team@lists.ubuntu.com; Mon, 30 Jul 2018 03:26:19 +0000 Received: by mail-pf1-f199.google.com with SMTP id g26-v6so2518243pfo.7 for ; Sun, 29 Jul 2018 20:26:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=ER5zV/xuZGWQF1/eVFKmRhlEenYmj8+wFRJHQInUi6g=; b=h8Gw2bze7492I4EhILNfFfGRLxq8XcDGfh0T3TP/uxYLYkZH2J65itXyCC3wXahEz7 AqoBQswwui24GwiP77UZ/zjiQt31MsOLMIKCul2VT2/pJrc75IOXqBAAO67EMDENEa1D UWAig0D6tmFfDrBJITAyuKwsoVR0oITR5UolI6dNJv/XkWYOYBs3pBChRMX4mYjdEVDi Q+Xpq7HsIXoxAAILGBvbTFO4+Eb8irB/fxFt8k9xsxKxuIBEopjDJj+woquEcVE6IN/0 N7VTmm8gDngNddjGAwp+kP2wrAXk3azHmUjuOkIFFDvGUOgx4B4hMdIP6DowraoJCYna QB3Q== X-Gm-Message-State: AOUpUlEI9WL2B2cxgTg6BtaJdKYRu7VicWxXm13bSsyZIHq/+U7gQKnj s9IbuAkxeni0X19NorumQEtCDD8bMgkH0hCLe0Xrp5+FRetmAu4Y9upM1e8Cy/tboGzNm7r947y qd2t/+Z6PO8aqJp1+BE8NS5hSswKkUKu2sXrhL4vW X-Received: by 2002:a17:902:ac1:: with SMTP id 59-v6mr14823219plp.18.1532921177471; Sun, 29 Jul 2018 20:26:17 -0700 (PDT) X-Google-Smtp-Source: AAOMgpf1gtyIw6ODyIQTNe0w/LeY+ZBlicj2EUTNrxkMgJZwAjMbBoSqhhcUyjOMtvMKXcSM8khqGA== X-Received: by 2002:a17:902:ac1:: with SMTP id 59-v6mr14823217plp.18.1532921177338; Sun, 29 Jul 2018 20:26:17 -0700 (PDT) Received: from Leggiero.taipei.internal (61-220-137-37.HINET-IP.hinet.net. [61.220.137.37]) by smtp.gmail.com with ESMTPSA id s124-v6sm15017618pgc.67.2018.07.29.20.26.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jul 2018 20:26:16 -0700 (PDT) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [Bionic][SRU][PATCH 1/1] ALSA: hda: add mute led support for HP ProBook 455 G5 Date: Mon, 30 Jul 2018 11:26:07 +0800 Message-Id: <20180730032607.8719-2-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180730032607.8719-1-po-hsu.lin@canonical.com> References: <20180730032607.8719-1-po-hsu.lin@canonical.com> 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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Audio mute led does not work on HP ProBook 455 G5, this can be fixed by using CXT_FIXUP_MUTE_LED_GPIO to support it. BugLink: https://bugs.launchpad.net/bugs/1781763 Reported-by: James Buren Signed-off-by: Po-Hsu Lin Cc: Signed-off-by: Takashi Iwai (cherry picked from commit 9a6249d2a145226ec1b294116fcb08744cf7ab56) Signed-off-by: Po-Hsu Lin --- sound/pci/hda/patch_conexant.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 5b4dbce..186f404 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -963,6 +963,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = { SND_PCI_QUIRK(0x103c, 0x8115, "HP Z1 Gen3", CXT_FIXUP_HP_GATE_MIC), SND_PCI_QUIRK(0x103c, 0x814f, "HP ZBook 15u G3", CXT_FIXUP_MUTE_LED_GPIO), SND_PCI_QUIRK(0x103c, 0x822e, "HP ProBook 440 G4", CXT_FIXUP_MUTE_LED_GPIO), + SND_PCI_QUIRK(0x103c, 0x836e, "HP ProBook 455 G5", CXT_FIXUP_MUTE_LED_GPIO), SND_PCI_QUIRK(0x103c, 0x8299, "HP 800 G3 SFF", CXT_FIXUP_HP_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x829a, "HP 800 G3 DM", CXT_FIXUP_HP_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1043, 0x138d, "Asus", CXT_FIXUP_HEADPHONE_MIC_PIN),