]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo"
authorTakashi Iwai <tiwai@suse.de>
Fri, 5 Feb 2016 19:12:24 +0000 (20:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Feb 2016 19:19:00 +0000 (20:19 +0100)
commita2ecfdbfd3638f5bb91e8f52f9ecffd904a8b868
tree7a2aaeefa12edd6f7fe24a10a1dd469d064bab6b
parentd145934dece35bf97b146a061d5b8eb1ad02303f
Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo"

This reverts commit 1adbac47aec15f353411929529db27e49b430767.

The original commit disabled the aamixer path due to the noise
problem, but it turned out that some mobo with the same PCI SSID
doesn't suffer from the issue, and the disabled function (analog
loopback) is still demanded by users.

Since the recent commit [3ebb9cf86dcc: ALSA: hda - Implement loopback
control switch for Realtek and other codecs], we have the dynamic
mixer switch to enable/disable the aamix path, and we don't have to
disable the path statically any longer.  So, let's revert the
disablement, so that only the user suffering from the noise problem
can turn off the aamix on the fly.

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