]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ALSA: hda - Fix headset mic detection problem for several Dell laptops
authorHui Wang <hui.wang@canonical.com>
Sun, 11 Sep 2016 03:26:16 +0000 (11:26 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 20 Oct 2016 13:07:36 +0000 (08:07 -0500)
commit26746bbd8def7dc7e3bab7f46343a983edfb7809
treec42497de0109ccc05b44141d59f9f256ee9de91b
parenta88e99f58da501af298024c9c61a611a39018194
ALSA: hda - Fix headset mic detection problem for several Dell laptops

BugLink: http://bugs.launchpad.net/bugs/1631468
commit 3f640970a41429f0a076c01270bbd014c9eae61c upstream.

One of the laptops has the codec ALC256 on it, applying the
ALC255_FIXUP_DELL1_MIC_NO_PRESENCE can fix the problem, the rest
of laptops have the codec ALC295 on them, they are similar to machines
with ALC225, applying the ALC269_FIXUP_DELL1_MIC_NO_PRESENCE can fix
the problem.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
sound/pci/hda/patch_realtek.c