Skip to content

Commit 63394a1

Browse files
gladiactiwai
authored andcommitted
ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 quirks
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]>
1 parent b837a9f commit 63394a1

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
@@ -2665,6 +2665,7 @@ static const struct hda_model_fixup alc882_fixup_models[] = {
26652665
{.id = ALC882_FIXUP_NO_PRIMARY_HP, .name = "no-primary-hp"},
26662666
{.id = ALC887_FIXUP_ASUS_BASS, .name = "asus-bass"},
26672667
{.id = ALC1220_FIXUP_GB_DUAL_CODECS, .name = "dual-codecs"},
2668+
{.id = ALC1220_FIXUP_GB_X570, .name = "gb-x570"},
26682669
{.id = ALC1220_FIXUP_CLEVO_P950, .name = "clevo-p950"},
26692670
{}
26702671
};

0 commit comments

Comments
 (0)