projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a76bd
)
ALSA: hda - Fix a typo
author
Takashi Iwai
<tiwai@suse.de>
Tue, 13 Jan 2009 10:54:49 +0000
(11:54 +0100)
committer
Takashi 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
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
35b83dc
..
a4e2d8f
100644
(file)
--- 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_92HD
71B
XX_REF),
+ "DFI LanParty", STAC_92HD
83X
XX_REF),
{} /* terminator */
};