From patchwork Wed Apr 16 02:09:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 3996711 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D80579F2BA for ; Wed, 16 Apr 2014 02:09:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 21F88201BF for ; Wed, 16 Apr 2014 02:09:57 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id E33532018E for ; Wed, 16 Apr 2014 02:09:55 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id C645E261671; Wed, 16 Apr 2014 04:09:54 +0200 (CEST) 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,NO_DNS_FOR_FROM, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 52B3D2610A5; Wed, 16 Apr 2014 04:09:44 +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 816DC2610B4; Wed, 16 Apr 2014 04:09:43 +0200 (CEST) Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by alsa0.perex.cz (Postfix) with ESMTP id 18BD3260859 for ; Wed, 16 Apr 2014 04:09:35 +0200 (CEST) Received: by mail-pb0-f48.google.com with SMTP id md12so10285018pbc.35 for ; Tue, 15 Apr 2014 19:09:35 -0700 (PDT) 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=ZqgSHWvObo1rGouXolkGd4OaFF5oaJSC6IHk5H1efgM=; b=NSk7c3Y1Q/6q55USvDc06ZmKrooJ598/P8UmOe93yI+WOlXV2RfhIQA3QNQC6vT112 30d4HsirM4zH36wl4tOyHHny6N0lH6rH7SHr1mLXyBC14/LZ/S3fKNbMp0UpuXvcrdXA TL/OEoO9aEmR7xHpLYhymvNOWSc+bCvac3DVpkgd59hP78nTCJfdwfpPvl6JHQXqc566 cvhTbN35/15LIdzIX0txgbjWLGNTxGNMMygZut/KIKJANaHzg/EZxEvkMVeqivU3KOvr 5cVzHE/BfliDXoZukYUzhm+H99eqyG7ygQ6bEI6n9H22D8kp2Io5UxGdDRWSunVzC0MR O5vA== X-Gm-Message-State: ALoCoQmGEWki71pE67OPja6DBWlG+ZQ8vzRuP0XqN0Eh0mUBgD8R9LfxJ9f+mfKP2i4i7KfDfL1A X-Received: by 10.66.122.36 with SMTP id lp4mr5600122pab.82.1397614174931; Tue, 15 Apr 2014 19:09:34 -0700 (PDT) Received: from localhost.localdomain ([116.213.97.190]) by mx.google.com with ESMTPSA id hy3sm43302075pbc.31.2014.04.15.19.09.32 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Apr 2014 19:09:34 -0700 (PDT) From: Hui Wang To: tiwai@suse.de, alsa-devel@alsa-project.org Date: Wed, 16 Apr 2014 10:09:08 +0800 Message-Id: <1397614148-10112-1-git-send-email-hui.wang@canonical.com> X-Mailer: git-send-email 1.8.1.2 Cc: hui.wang@canonical.com, stable@vger.kernel.org, david.henningsson@canonical.com Subject: [alsa-devel] [PATCH] ALSA: hda - add headset mic detect quirk for a Dell laptop 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 When we plug a 3-ring headset on the Dell machine (VID: 0x10ec0255, SID: 0x1028067f), the headset mic can't be detected, after apply this patch, the headset mic can work well. BugLink: https://bugs.launchpad.net/bugs/1297581 Cc: David Henningsson Cc: stable@vger.kernel.org Signed-off-by: Hui Wang --- 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 f7766fe..26895d1 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4621,6 +4621,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x1028, 0x0667, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0668, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0669, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1028, 0x067f, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x15cc, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x15cd, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),