From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: hda - One more Dell headset detection quirk Date: Wed, 11 Dec 2013 07:13:28 +0100 Message-ID: References: <1386733291-5280-1-git-send-email-hui.wang@canonical.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <1386733291-5280-1-git-send-email-hui.wang@canonical.com> Sender: stable-owner@vger.kernel.org To: Hui Wang Cc: alsa-devel@alsa-project.org, david.henningsson@canonical.com, stable@vger.kernel.org List-Id: alsa-devel@alsa-project.org At Wed, 11 Dec 2013 11:41:31 +0800, Hui Wang wrote: > > On the Dell machines with codec whose Subsystem Id is 0x10280624, > 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/bugs/1259790 > Cc: David Henningsson > Cc: stable@vger.kernel.org > Signed-off-by: Hui Wang Applied, thanks. Takashi > --- > This patch was generated against the master branch of > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git > > 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 15300d3..c5f3e1b 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -5096,6 +5096,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, 0x0624, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), > SND_PCI_QUIRK(0x1028, 0x0625, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), > SND_PCI_QUIRK(0x1028, 0x0626, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), > SND_PCI_QUIRK(0x1028, 0x0628, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), > -- > 1.8.1.2 >