Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9d088b2 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix a typo



Fix a typo in stac92hd83xxx_cfg_tbl[].  The actual number is identical
thus there is no behavior change.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 37a76bd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1682,7 +1682,7 @@ static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
	/* SigmaTel reference board */
	SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
		      "DFI LanParty", STAC_92HD71BXX_REF),
		      "DFI LanParty", STAC_92HD83XXX_REF),
	{} /* terminator */
};