From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hui Wang Subject: Re: [PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model Date: Wed, 18 Dec 2013 10:56:51 +0800 Message-ID: <52B10EF3.3090500@canonical.com> References: <1387273183-11118-1-git-send-email-hui.wang@canonical.com> <52B01CC2.6040208@canonical.com> <52B0200A.6050400@canonical.com> <52B029DA.3030401@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52B029DA.3030401@canonical.com> Sender: stable-owner@vger.kernel.org To: David Henningsson Cc: tiwai@suse.de, alsa-devel@alsa-project.org, stable@vger.kernel.org List-Id: alsa-devel@alsa-project.org On 12/17/2013 06:39 PM, David Henningsson wrote: >>>> SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", >>>> >>>ALC290_FIXUP_MONO_SPEAKERS), >>>> >>> SND_PCI_QUIRK(0x1028, 0x063e, "Dell", >>>> >>>ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), >>>> >>> SND_PCI_QUIRK(0x1028, 0x063f, "Dell", >>>> >>>ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), >>>> >>>+ SND_PCI_QUIRK(0x1028, 0x0640, "Dell", >>>> >>>ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), >>> >>Are you sure it shouldn't be ALC255_FIXUP_... in this line instead of >>> >>ALC269_FIXUP_... ? >> >I also had the same concern as yours yesterday, so i let ShawnWang >> >perform the test, he confirmed that adding "model=dell-headset-multi" >> >can solve this problem. Below is the irc log: >> > >> > shawnwang, Does adding "options snd-hda-intel >> >model=,dell-headset-multi" solve the problem on this machine (10280640) >> > hwang4, yes >> > shawnwang, ok, got it, i will fix it. > Well, just because the alc269 model works does not mean that the alc255 > model does not work. They are quite similar, with the only difference > being a few verbs set on initial boot. Maybe those verbs handle some > corner case that was not tested explicitly by Shawn. All right, I am going to let Shawn redo the test. Regards, Hui.