[V2 PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model

2013-12-18 Thread Hui Wang
On the Dell machines with codec whose Subsystem Id is 0x10280640, no external microphone can be detected when plugging a 3-ring headset. Using ALC255_FIXUP_DELL1_MIC_NO_PRESENCE can fix this problem. The codec (Vendor ID: 0x10ec0255) on the machine belongs to alc_269 family. BugLink: https://bugs

Re: [PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model

2013-12-18 Thread Hui Wang
On 12/17/2013 06:39 PM, David Henningsson wrote: --- a/sound/pci/hda/patch_realtek.c >>>+++ b/sound/pci/hda/patch_realtek.c >>>@@ -4309,6 +4309,7 @@ static const struct snd_pci_quirk >>>alc269_fixup_tbl[] = { >>> SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", >>>ALC290_FIXUP_MONO_SPEAK

Re: [PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model

2013-12-17 Thread Hui Wang
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

Re: [PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model

2013-12-17 Thread David Henningsson
On 12/17/2013 10:57 AM, Hui Wang wrote: > On 12/17/2013 05:43 PM, David Henningsson wrote: >> On 12/17/2013 10:39 AM, Hui Wang wrote: >>> On the Dell machines with codec whose Subsystem Id is 0x10280640, >>> no external microphone can be detected when plugging a 3-ring headset. >>> If we add "model

Re: [PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model

2013-12-17 Thread Hui Wang
On 12/17/2013 05:43 PM, David Henningsson wrote: On 12/17/2013 10:39 AM, Hui Wang wrote: On the Dell machines with codec whose Subsystem Id is 0x10280640, 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 pro

Re: [PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model

2013-12-17 Thread David Henningsson
On 12/17/2013 10:39 AM, Hui Wang wrote: > On the Dell machines with codec whose Subsystem Id is 0x10280640, > 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. > > The codec (Vendor

[PATCH] ALSA: hda - Add Dell headset detection quirk for one more laptop model

2013-12-17 Thread Hui Wang
On the Dell machines with codec whose Subsystem Id is 0x10280640, 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. The codec (Vendor ID: 0x10ec0255) on the machine belongs to alc_269 fa