]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 28 Feb 2016 05:09:43 +0000 (00:09 -0500)
commit0951360a3c8e4633016836a1adec7c4b1f090f3c
tree25613181250886a799f72a516ead00dc90a34c7c
parent6cf9d4c32e8e2716eb8e9cb578dbcb2b2cad04b3
Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo"

[ Upstream commit 6c361d10e0eb859233c71954abcd20d2d8700587 ]

This reverts commit 0c25ad80408e95e0a4fbaf0056950206e95f726f.

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 [e7fdd52779a6: 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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/pci/hda/patch_realtek.c