From patchwork Fri Dec 13 06:57:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 300908 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id D9D552C00A8 for ; Fri, 13 Dec 2013 17:59:49 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VrMir-0003Sn-Jl; Fri, 13 Dec 2013 06:59:41 +0000 Received: from mail-pd0-f180.google.com ([209.85.192.180]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VrMij-0003Qr-Nt for kernel-team@lists.ubuntu.com; Fri, 13 Dec 2013 06:59:33 +0000 Received: by mail-pd0-f180.google.com with SMTP id q10so1946733pdj.25 for ; Thu, 12 Dec 2013 22:59:32 -0800 (PST) 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:in-reply-to :references; bh=taAzQ9Z1MmXaI6ordzvTeR3QjdbRoILJYmgjO0bdm+4=; b=eVE5d0dHcLb+RpFNg4MHe47ZCl/ROJNLeDd/oVxxDEWjtjAmzlStRHk5NmquVjJOR2 tbqF8fYdfbke69wPXrxN5cy/EGP48zAfvIyRofFzDZjPYBzMsT3gG6b1/16Sk5BxL0Gf E5Fqr1pXommcj7oBpZlN3EPebdL05P4G6Vek+XQ90J2G6iAo8sgTGdRdyJ8d93BNWsnE l/T/8dhMx+CDNva9mnFYulcTMWn4XDJKl5OdtH5AUpMCkLF01o9N3ph2mC5D7+bRvx0Y oPEgWs6CnYkpQk/VTHbbPGxyyI61fc0U9KnI814QLaiXQf6omWKZKAVCgB6SyOoLn0KU vLkA== X-Gm-Message-State: ALoCoQmKL4hclmFFLUCFIh2GMKW6TbYUUcufoxWZTg1uZ3ZlJDUn5ysCpdGPGKuE3rnsEIrqPWJ5 X-Received: by 10.68.224.38 with SMTP id qz6mr1346529pbc.156.1386917972826; Thu, 12 Dec 2013 22:59:32 -0800 (PST) Received: from localhost.localdomain ([116.213.97.190]) by mx.google.com with ESMTPSA id pl3sm2265831pbc.13.2013.12.12.22.59.31 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Dec 2013 22:59:32 -0800 (PST) From: Hui Wang To: kernel-team@lists.ubuntu.com Subject: [Saucy PATCH 2/3] ALSA: hda - Another Dell headset detection quirk Date: Fri, 13 Dec 2013 14:57:04 +0800 Message-Id: <1386917825-6603-2-git-send-email-hui.wang@canonical.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1386917825-6603-1-git-send-email-hui.wang@canonical.com> References: <1386917825-6603-1-git-send-email-hui.wang@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1259437 On the Dell Inspiron 3045 machine (codec Subsystem Id: 0x10280628), no external microphone can be detected when plugging a 3-ring headset. If we add "model=dell-headset-multi" for the snd-hda-intel.ko, the problem will disappear. BugLink: https://bugs.launchpad.net/hwe-somerville/+bug/1259437 CC: David Henningsson Signed-off-by: Hui Wang Signed-off-by: Takashi Iwai (back ported from commit 0dfb9809e93b60946d1915b554138eb93595860c) Conflicts: sound/pci/hda/patch_realtek.c --- 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 474d47b..2174c03 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4381,6 +4381,7 @@ static const struct snd_pci_quirk alc662_fixup_tbl[] = { SND_PCI_QUIRK(0x1028, 0x05d8, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05db, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0623, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1028, 0x0628, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x1632, "HP RP5800", ALC662_FIXUP_HP_RP5800), SND_PCI_QUIRK(0x1043, 0x1477, "ASUS N56VZ", ALC662_FIXUP_ASUS_MODE4), SND_PCI_QUIRK(0x1043, 0x1bf3, "ASUS N76VZ", ALC662_FIXUP_ASUS_MODE4),