]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix loud click noise with IdeaPad 410Y
authorTakashi Iwai <tiwai@suse.de>
Fri, 7 Mar 2014 07:37:19 +0000 (08:37 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Mar 2014 07:37:19 +0000 (08:37 +0100)
commit11fe39b09faaa1728603695c87460f16e188494e
tree256383fb0cc5ec7e4f5c5a4167833e247f6eea33
parent130b8c0f1ae39b053eb9c64ef60cfa59ea28b302
ALSA: hda - Fix loud click noise with IdeaPad 410Y

Lenovo IdeaPad 410Y with ALC282 codec makes loud click noises at boot
and shutdown.  Also, it wrongly misdetects the acpi_thinkpad hook.
This patch adds a device-specific fixup for disabling the shutup
callback that is the cause of the click noise and also avoiding the
thinpad_helper calls.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=71511
Reported-and-tested-by: Guilherme Amadio <guilherme.amadio@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c