From patchwork Mon Apr 28 06:45:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 4075351 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 1E4FABFF02 for ; Mon, 28 Apr 2014 06:48:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 28E37202EB for ; Mon, 28 Apr 2014 06:47:59 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id EF24520270 for ; Mon, 28 Apr 2014 06:47:56 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 7169C26167A; Mon, 28 Apr 2014 08:47:50 +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 D9D7E2608B7; Mon, 28 Apr 2014 08:47:39 +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 F04C62608CF; Mon, 28 Apr 2014 08:47:38 +0200 (CEST) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by alsa0.perex.cz (Postfix) with ESMTP id 67C9426089A for ; Mon, 28 Apr 2014 08:47:31 +0200 (CEST) Received: by mail-pb0-f54.google.com with SMTP id rp16so2035805pbb.41 for ; Sun, 27 Apr 2014 23:47:30 -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=s8dUql0LjHgd7VfHna14NwSerDYu5OVbsUFF2WiaJKM=; b=glgZsb9jH/kKLj0qdkDjxpFrgqBb3gY5UwOBVz3esjbY7ivVBMliTslHHIIdEKXtxk TI+8ujxjY51shRzLGD+XmapuX5o2SQBFWa4T6Tt8WggeuQGFnHGiy4R0ZQZlXJXRo0oJ vTjDHNUbv14cil9l5EgqF897FeNqNZvhUq/iniuq9+bCjilVtTAKOAt3EswXQSf9/r7B 8b1nHjTJX23XLYmGVxvWKFpSqkmBE+fMOjRDHmwXDkags0/7Zz6XhtRROVQ2IdA86b1O s9P+0obbx6c/tE3DCmCiDFEpBNGSq3t+QxliSC3zJNoRoF0Min4+qs6LdAV7ahqXWGPI Sx5g== X-Gm-Message-State: ALoCoQm479RCiwbevo9RaRKDSIn/0j7gBq0jguy1mW1zrcELDXRsYUALEiyLvE5LCV4d8z7IejsY X-Received: by 10.66.124.163 with SMTP id mj3mr23519964pab.38.1398667649832; Sun, 27 Apr 2014 23:47:29 -0700 (PDT) Received: from localhost.localdomain ([116.213.97.190]) by mx.google.com with ESMTPSA id bz4sm32674376pbb.12.2014.04.27.23.47.26 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Apr 2014 23:47:28 -0700 (PDT) From: Hui Wang To: tiwai@suse.de, alsa-devel@alsa-project.org Date: Mon, 28 Apr 2014 14:45:00 +0800 Message-Id: <1398667500-4655-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: 0x10280674), 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 c643dfc..c1952c9 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, 0x0674, "Dell", ALC255_FIXUP_DELL1_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),