]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix headphone noise on Dell XPS 13 9360
authorKai-Heng Feng <kaihengfeng@gmail.com>
Fri, 20 May 2016 07:47:23 +0000 (15:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 19:15:53 +0000 (12:15 -0700)
commit1979d0bf95d15487f1ea4f3a50fa7e242896b35b
tree655af6b5d865e4ea30d568499809bfab7a450d82
parent5058aa1ed3ed889620dc61b5427f815108916abb
ALSA: hda - Fix headphone noise on Dell XPS 13 9360

commit 423cd785619ac6778252fbdb916505aa1c153959 upstream.

The headphone has noise when playing sound or switching microphone sources.
It uses the same codec on XPS 13 9350, but with different subsystem ID.
Applying the fixup can solve the issue.
Also, changing the model name to better differentiate models.

v2: Reorder by device ID.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c