Skip to content

Commit 3a8a807

Browse files
gladiacgregkh
authored andcommitted
ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 quirks
commit 63394a1 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 <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 532cde9 commit 3a8a807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,6 +2672,7 @@ static const struct hda_model_fixup alc882_fixup_models[] = {
26722672
{.id = ALC882_FIXUP_NO_PRIMARY_HP, .name = "no-primary-hp"},
26732673
{.id = ALC887_FIXUP_ASUS_BASS, .name = "asus-bass"},
26742674
{.id = ALC1220_FIXUP_GB_DUAL_CODECS, .name = "dual-codecs"},
2675+
{.id = ALC1220_FIXUP_GB_X570, .name = "gb-x570"},
26752676
{.id = ALC1220_FIXUP_CLEVO_P950, .name = "clevo-p950"},
26762677
{}
26772678
};

0 commit comments

Comments
 (0)