summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorChristian Lachner <gladiac@gmail.com>2022-01-29 12:32:41 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-08 18:23:14 +0100
commit8b573fc8724496e40de4dec91e66dd49096a63bc (patch)
treef4848fb423092f0df90b2056d1fd98eef0080fcc /sound
parent7659f25a80e6affb784b690df8994b79b4212fd4 (diff)
downloadlinux-stable-8b573fc8724496e40de4dec91e66dd49096a63bc.tar.gz
linux-stable-8b573fc8724496e40de4dec91e66dd49096a63bc.tar.bz2
linux-stable-8b573fc8724496e40de4dec91e66dd49096a63bc.zip
ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 quirks
commit 63394a16086fc2152869d7902621e2525e14bc40 upstream. The initial commit of the new Gigabyte X570 ALC1220 quirks lacked the fixup-model entry in alc882_fixup_models[]. It seemed not to cause any ill effects but for completeness sake this commit makes up for that. Signed-off-by: Christian Lachner <gladiac@gmail.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20220129113243.93068-2-gladiac@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index c23993b9c623..44960785835c 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2607,6 +2607,7 @@ static const struct hda_model_fixup alc882_fixup_models[] = {
{.id = ALC882_FIXUP_NO_PRIMARY_HP, .name = "no-primary-hp"},
{.id = ALC887_FIXUP_ASUS_BASS, .name = "asus-bass"},
{.id = ALC1220_FIXUP_GB_DUAL_CODECS, .name = "dual-codecs"},
+ {.id = ALC1220_FIXUP_GB_X570, .name = "gb-x570"},
{.id = ALC1220_FIXUP_CLEVO_P950, .name = "clevo-p950"},
{}
};