You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 quirks
commit 63394a1608 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
532cde962f
commit
3a8a8072e3
@@ -2672,6 +2672,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"},
|
||||
{}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user