From patchwork Wed Nov 5 04:17:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 5232261 X-Patchwork-Delegate: tiwai@suse.de Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6DCDBC11AC for ; Wed, 5 Nov 2014 04:18:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 813F720173 for ; Wed, 5 Nov 2014 04:18:35 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 6155E2015A for ; Wed, 5 Nov 2014 04:18:32 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 26FC92619BE; Wed, 5 Nov 2014 05:18:30 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id DB568261518; Wed, 5 Nov 2014 05:18:19 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 6B190261734; Wed, 5 Nov 2014 05:18:15 +0100 (CET) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by alsa0.perex.cz (Postfix) with ESMTP id 3B8DD260668 for ; Wed, 5 Nov 2014 05:18:07 +0100 (CET) Received: by mail-pa0-f45.google.com with SMTP id lf10so15845129pab.18 for ; Tue, 04 Nov 2014 20:18:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=wTZkpxp5A1Apj5VSSQUDCL2JP9GP/NjZmjqTn840Afo=; b=YYHIOiGYq59kt30q1xA9sVZu59oyVFnu/WRwhKUXAfT93FO5q92ph2w1dhG82Uv0X+ qeRy2E+VWF+MWVpJuH1DYTZe/i98nI6NSCeiIPw5U7g7u+KfUjK6E+GIcjdasX5sxmy3 bjf2l4zLp6mu9nqNDKiyEJZQGA/LV7QDPTNjTJZB+OvhIMSKT580Q9jPjyc2rHaVdfrm sW1hpeD98RRk6sM6N7an07HEQPuS0EvVuE/n4NA2KWwjKWpiW+WDS+4lsBxl7aeBHTqU VLuR9oQIqQ1z7g38q/rlVkKYYa5/zFDoRSn0vdpo0edrbHs69QQTs6cmgHJW3jrf0bQl G/kg== X-Gm-Message-State: ALoCoQkPAKvft7REnjHEBNA3AbdXZGdYVXOob0fUWTwprixsCkTPAm/8srijW9XlG9I6rUkoqhqQ X-Received: by 10.68.136.137 with SMTP id qa9mr2877535pbb.8.1415161085412; Tue, 04 Nov 2014 20:18:05 -0800 (PST) Received: from localhost.localdomain ([116.213.191.74]) by mx.google.com with ESMTPSA id hm1sm1709382pdb.84.2014.11.04.20.18.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 04 Nov 2014 20:18:04 -0800 (PST) From: Hui Wang To: tiwai@suse.de Date: Wed, 5 Nov 2014 12:17:58 +0800 Message-Id: <1415161078-11866-1-git-send-email-hui.wang@canonical.com> X-Mailer: git-send-email 1.9.1 Cc: hui.wang@canonical.com, alsa-devel@alsa-project.org, kailang@realtek.com, tienfu.chen@canonical.com, stable@vger.kernel.org Subject: [alsa-devel] [PATCH] ALSA: hda - fix mute led problem for three HP laptops X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Without the fix, the mute led can't work on these three machines. After apply this fix, these three machines will fall back on the led control quirk as below, and through testing, the mute led works very well. PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED, ALC282_STANDARD_PINS, {0x12, 0x90a60140}, ... BugLink: https://bugs.launchpad.net/bugs/1389497 Tested-by: TieFu Chen Cc: Kailang Yang Cc: stable@vger.kernel.org Signed-off-by: Hui Wang --- sound/pci/hda/patch_realtek.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index ba72fff..1af917f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4744,9 +4744,6 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x2221, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), SND_PCI_QUIRK(0x103c, 0x2225, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), SND_PCI_QUIRK(0x103c, 0x2246, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), - SND_PCI_QUIRK(0x103c, 0x2247, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), - SND_PCI_QUIRK(0x103c, 0x2248, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), - SND_PCI_QUIRK(0x103c, 0x2249, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), SND_PCI_QUIRK(0x103c, 0x2253, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), SND_PCI_QUIRK(0x103c, 0x2254, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED), SND_PCI_QUIRK(0x103c, 0x2255, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),