From patchwork Mon Aug 14 09:35:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Shih-Yuan Lee (FourDollars)" X-Patchwork-Id: 9898421 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 31A1360230 for ; Mon, 14 Aug 2017 09:36:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 23B632858D for ; Mon, 14 Aug 2017 09:36:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 186032859E; Mon, 14 Aug 2017 09:36:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2E8EB2858D for ; Mon, 14 Aug 2017 09:36:10 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 6BEA9266E17; Mon, 14 Aug 2017 11:36:08 +0200 (CEST) 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 4B433266E24; Mon, 14 Aug 2017 11:36:06 +0200 (CEST) Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67]) by alsa0.perex.cz (Postfix) with ESMTP id 3BCAD266E17 for ; Mon, 14 Aug 2017 11:36:03 +0200 (CEST) Received: by mail-pg0-f67.google.com with SMTP id 123so9794080pga.5 for ; Mon, 14 Aug 2017 02:36:03 -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:cc:subject:date:message-id; bh=YW9qZwZExej44FjwluW7RBABJgbv6EqH+alT+yISUwo=; b=N7srEAHOOndHHpr0PMZ+qJpqPG1VBrWFUWHUoVaUbtjURgIhZ7GkqP9ZaidaYObtCE Sz11spwYH2VupwUdUDGygpWfzIvLM8nVCAzdXeoWNIX9RvMvLtVRDhBuaqG/p5+OfS74 bREzKXt21biZyqkgMRXaF2hSLhz+4+aaZIWEgvLztAcx9wu0U/kqa04DXzg6BjLqaPYi 8yaUf9idqFf20pGBgJvUwOzn9LMggn6Aeh9Iad9jJT4SgXel+2jNlVrpBXo1p7OzD2nl YpeoFsgDrwIwIoAVoTe2TgLP05LneeI/5forAlSIM/N2rIudFznDd4uyZEkg31yGU9jF CbkA== X-Gm-Message-State: AHYfb5h7pacYZB1BHs9OrhKfpW59j7d6pnTqaww2z02evDjQ+IwoJBPy fmhhT4bLkrZzalPcx3k= X-Received: by 10.99.95.198 with SMTP id t189mr24244893pgb.428.1502703362037; Mon, 14 Aug 2017 02:36:02 -0700 (PDT) Received: from localhost.localdomain (36-226-94-34.dynamic-ip.hinet.net. [36.226.94.34]) by smtp.gmail.com with ESMTPSA id v78sm14145925pfd.121.2017.08.14.02.36.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 14 Aug 2017 02:36:01 -0700 (PDT) From: "Shih-Yuan Lee (FourDollars)" To: alsa-devel@alsa-project.org Date: Mon, 14 Aug 2017 17:35:59 +0800 Message-Id: <1502703359-20761-1-git-send-email-sylee@canonical.com> X-Mailer: git-send-email 2.7.4 Cc: Kailang Yang , Takashi Iwai Subject: [alsa-devel] [PATCH] ALSA: hda/realtek - Fix pincfg for Dell quirk 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 The initial pin configs for Dell headset mode of ALC3271 has changed. Fixes: b4576de87243 ("ALSA: hda/realtek - Fix typo of pincfg for Dell quirk") Signed-off-by: Shih-Yuan Lee (FourDollars) --- sound/pci/hda/patch_realtek.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index a91a9ef..217bb58 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6647,7 +6647,6 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, ALC225_STANDARD_PINS, {0x12, 0xb7a60130}, - {0x13, 0xb8a61140}, {0x17, 0x90170110}), {} };