]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix audio crackles on Dell Latitude E7x40
authorTakashi Iwai <tiwai@suse.de>
Mon, 15 Jun 2015 09:59:32 +0000 (11:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Jun 2015 10:04:25 +0000 (12:04 +0200)
commit8b99aba70c5f581860736855e211cf981f438ad2
tree98318701f655ad90d816debf35098907f8fa08b7
parent6ab42ff44864d26e8e498b8ac655d24ee389d267
ALSA: hda - Fix audio crackles on Dell Latitude E7x40

We still got a report that the audio crackles and noises occur with
the recent 4.1 kernels on Dell machines.  These machines seem to need
similar workarounds that have been applied to the recent Dell XPS 13
models.  Since the codec of these machines (Dell Latitute E7240 and
E7440) is different from XPS 13's one, we need a new fixup entry.

Also, it was confirmed that the previous workaround to disable the
widget power-save (commit [219f47e4f964: ALSA: hda - Disable widget
power-saving for ALC292 & co]) is no longer needed after this fix.
So, this patch includes the partial revert of the commit, too.

Reported-and-tested-by: Mihai Donțu <mihai.dontu@gmail.com>
Tested-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c