From patchwork Mon Jul 3 06:13:29 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: 9824141 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 B532460361 for ; Tue, 4 Jul 2017 06:02:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9C5E226E74 for ; Tue, 4 Jul 2017 06:02:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F18327FAE; Tue, 4 Jul 2017 06:02:29 +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 75FA026E74 for ; Tue, 4 Jul 2017 06:02:27 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 79C8226680F; Tue, 4 Jul 2017 08:02:25 +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 18254266C6D; Mon, 3 Jul 2017 08:13:36 +0200 (CEST) Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by alsa0.perex.cz (Postfix) with ESMTP id 3D1DD2669F3 for ; Mon, 3 Jul 2017 08:13:33 +0200 (CEST) Received: by mail-pf0-f193.google.com with SMTP id e199so24634255pfh.0 for ; Sun, 02 Jul 2017 23:13:33 -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=RRzqoqaIoxkPzZnIeKh87PvP7uLUxNXOYJLzXADxguc=; b=VdVL/vUmcImvVtOjSzZYwjkkIL5yncrQ+fV3UKvxegUpk+Nj3XYki2tfPL4eVNiiFR 952aTmkavCzRGeKNzAdAU9RjKGgmDwk0N4Db93mVhHrXMfHLnLi8zSYvjUxuvMjJCeWQ fuxVU8elVWxngGh8xqtNc0GyarbB4DNOhHJKO5ka7LYecOr110bFJtRq6DumGghS03Ar 6ulru5aSk9j+Euzsi0EbV7+gjSro08tYdd/VBIj2gAJ1bBMTKt87UjMtJtUu8SAWTrfJ RdCj6pbmubgLibXmk87dtCBkDN+x7Hspjt396NliVwVz/oAW/XT0YMAqCnTwyVdyMy4v uUxQ== X-Gm-Message-State: AIVw110KGCJwkShf0PFbOJLDQ2/XsYYMoJXRFcBRbWOuEWgUoefJiFW9 SW6LN3dmhTupNaxxc+0= X-Received: by 10.99.175.87 with SMTP id s23mr8730701pgo.240.1499062412069; Sun, 02 Jul 2017 23:13:32 -0700 (PDT) Received: from localhost.localdomain (36-226-91-9.dynamic-ip.hinet.net. [36.226.91.9]) by smtp.gmail.com with ESMTPSA id o73sm32650340pfi.2.2017.07.02.23.13.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 02 Jul 2017 23:13:31 -0700 (PDT) From: "Shih-Yuan Lee (FourDollars)" To: alsa-devel@alsa-project.org Date: Mon, 3 Jul 2017 14:13:29 +0800 Message-Id: <1499062409-24069-1-git-send-email-sylee@canonical.com> X-Mailer: git-send-email 2.7.4 X-Mailman-Approved-At: Tue, 04 Jul 2017 08:02:24 +0200 Cc: Kailang Yang , Takashi Iwai Subject: [alsa-devel] [PATCH] ALSA: hda/realtek - Fix typo 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 PIN number for Dell headset mode of ALC3271 is wrong. Signed-off-by: Shih-Yuan Lee (FourDollars) --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c39bc49..d0cf1f3 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6553,7 +6553,7 @@ 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, 0xb8a60140}, + {0x13, 0xb8a61140}, {0x17, 0x90170110}), {} };