]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.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)
committerKelsey Skunberg <kelsey.skunberg@canonical.com>
Thu, 17 Sep 2020 06:47:07 +0000 (00:47 -0600)
commit43d44277b63522cb102a528e2abaeedc4312e4d3
tree476537be7a9e682ccb8390e578260356052e0866
parent203a302aeb2f9db357c4aaf200c34ae7c73fcec1
ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A PRO

BugLink: https://bugs.launchpad.net/bugs/1895880
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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: William Breathitt Gray <william.gray@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
sound/pci/hda/patch_realtek.c