]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.drivers/alsa-hda-idt92hd83-fix-typo
Updated xen patches taken from suse.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.drivers / alsa-hda-idt92hd83-fix-typo
1 From f9d088b2080b476c86f8ddbc274851b89668c6d7 Mon Sep 17 00:00:00 2001
2 From: Takashi Iwai <tiwai@suse.de>
3 Date: Tue, 13 Jan 2009 11:54:49 +0100
4 Subject: ALSA: hda - Fix a typo
5 Patch-mainline: 2.6.29-rc1
6 References:
7
8 Fix a typo in stac92hd83xxx_cfg_tbl[]. The actual number is identical
9 thus there is no behavior change.
10
11 Signed-off-by: Takashi Iwai <tiwai@suse.de>
12
13 ---
14 sound/pci/hda/patch_sigmatel.c | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/sound/pci/hda/patch_sigmatel.c
18 +++ b/sound/pci/hda/patch_sigmatel.c
19 @@ -1729,7 +1729,7 @@ static const char *stac92hd83xxx_models[
20 static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
21 /* SigmaTel reference board */
22 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
23 - "DFI LanParty", STAC_92HD71BXX_REF),
24 + "DFI LanParty", STAC_92HD83XXX_REF),
25 {} /* terminator */
26 };
27