diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-13 11:54:49 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-13 11:54:49 +0100 |
commit | f9d088b2080b476c86f8ddbc274851b89668c6d7 (patch) | |
tree | de1138857e52540f77b952d56c5d5c85e96749e5 /sound | |
parent | 37a76bd4f1b716949fc38a6842e89f0ccb8384d0 (diff) | |
download | linux-3.10-f9d088b2080b476c86f8ddbc274851b89668c6d7.tar.gz linux-3.10-f9d088b2080b476c86f8ddbc274851b89668c6d7.tar.bz2 linux-3.10-f9d088b2080b476c86f8ddbc274851b89668c6d7.zip |
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: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 35b83dc6e19..a4e2d8fcc8b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -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 */ }; |