]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-idt92hd83-fix-typo
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-hda-idt92hd83-fix-typo
diff --git a/src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-idt92hd83-fix-typo b/src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-idt92hd83-fix-typo
deleted file mode 100644 (file)
index 9c425ca..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From f9d088b2080b476c86f8ddbc274851b89668c6d7 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Tue, 13 Jan 2009 11:54:49 +0100
-Subject: ALSA: hda - Fix a typo
-Patch-mainline: 2.6.29-rc1
-References: 
-
-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 |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/sound/pci/hda/patch_sigmatel.c
-+++ b/sound/pci/hda/patch_sigmatel.c
-@@ -1729,7 +1729,7 @@ static const char *stac92hd83xxx_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 */
- };