]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ALSA: hda - Fix a typo
authorTakashi Iwai <tiwai@suse.de>
Tue, 13 Jan 2009 10:54:49 +0000 (11:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Jan 2009 10:54:49 +0000 (11:54 +0100)
Fix a typo in stac92hd83xxx_cfg_tbl[].  The actual number is identical
thus there is no behavior change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c

index 35b83dc6e19e5922104f5319302f7e7fa0376d73..a4e2d8fcc8b7e9d6bd3e49a2a28543c5a300f5e9 100644 (file)
@@ -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 */
 };