]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A PRO
authorDan Crawford <dnlcrwfrd@gmail.com>
Sat, 29 Aug 2020 02:49:46 +0000 (12:49 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Sep 2020 17:14:27 +0000 (19:14 +0200)
commit8e83bd51016a35492c58e28312420e60ba8873f1
treed121d83b7fe52a4ccda713b5e166c6995e672534
parent48510be50e879f4e08c970ddf0b9d9ef3f5cc620
ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A PRO

commit 15cbff3fbbc631952c346744f862fb294504b5e2 upstream.

Following Christian Lachner's patch for Gigabyte X570-based motherboards,
also patch the MSI X570-A PRO motherboard; the ALC1220 codec requires the
same workaround for Clevo laptops to enforce the DAC/mixer connection
path. Set up a quirk entry for that.

I suspect most if all X570 motherboards will require similar patches.

[ The entries reordered in the SSID order -- tiwai ]

buglink: https://bugzilla.kernel.org/show_bug.cgi?id=205275
Signed-off-by: Dan Crawford <dnlcrwfrd@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200829024946.5691-1-dnlcrwfrd@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c