From patchwork Wed Apr 9 08:01:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 3953051 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 10E52BFF02 for ; Wed, 9 Apr 2014 08:19:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4C96320459 for ; Wed, 9 Apr 2014 08:19:47 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 0E29220457 for ; Wed, 9 Apr 2014 08:19:46 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id DCD80265006; Wed, 9 Apr 2014 10:19:44 +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, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 3BB16261A1A; Wed, 9 Apr 2014 10:13:11 +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 84197261A1A; Wed, 9 Apr 2014 10:13:10 +0200 (CEST) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) by alsa0.perex.cz (Postfix) with ESMTP id 7492326517E for ; Wed, 9 Apr 2014 10:03:28 +0200 (CEST) Received: by mail-pb0-f53.google.com with SMTP id rp16so2163555pbb.26 for ; Wed, 09 Apr 2014 01:03:27 -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=uKzrmCwv6Qh277/tghE9fTwjwdp/5jeY5Gsub81yT3Q=; b=WXlo6abKZioZAtljTWLGwfbjK4XKJ7XI1YQ6aI95il2E6SajrhaIw7X+f2yjOwxQ8x w7vm9GETic16SyoAT0zZ6rukvR+EUb7Uwr5jBhXTwVCC1Y/6K6L14LHJK8FEsIkRHRru e/oL/IPAWwGfY/UkKV2S564TpM7HUNPIS8/P3285EyANwxyzdvKHSum8szpb+vtUrdv6 g9Dzn1ACACKQT12OW1uhEW8nsAcl7AowEJcgWcyuZild83xGnFqg+QM2Ia/A7OkRRzwM ZWmeYxM/YwYwhFmvNPMkvapZVqCpRD8TqVHdTfB5r5gLsT3VRpHpQ2YRwDHayj4XCx4N 45Mg== X-Gm-Message-State: ALoCoQn0uUcDJhZbXhv1Sn5LnFVQHLEy/9RJ+LJK75qEkMivBZ9sH8P+8zBBp5fkrB5/M4i4kegi X-Received: by 10.68.178.162 with SMTP id cz2mr10110456pbc.51.1397030607191; Wed, 09 Apr 2014 01:03:27 -0700 (PDT) Received: from localhost.localdomain ([116.213.97.190]) by mx.google.com with ESMTPSA id z3sm1390554pas.15.2014.04.09.01.03.24 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Apr 2014 01:03:26 -0700 (PDT) From: Hui Wang To: tiwai@suse.de, alsa-devel@alsa-project.org Date: Wed, 9 Apr 2014 16:01:01 +0800 Message-Id: <1397030461-25408-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: 0x10ec0283, SID: 0x10280667), 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 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 0d72dbf..14ae979 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4618,6 +4618,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x1028, 0x0658, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x065f, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0662, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), + 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, 0x15cc, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),