[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#279279: kernel-image-2.6.8-k7: VIA 8233A repeating sounds patch



Package: kernel-image-2.6.8-k7
Version 2.6.8-1

Using the ALSA drivers, my VIA 8233A card repeats sounds, making sound
unusable.  This can be remedied by the acpi=off and noapic options, but
having these options switched off doesn't seem to let me use my nvidia
graphics card.  A better solution is to backport a patch to the kernel
that hasn't yet made it to the sources:

http://bugme.osdl.org/show_bug.cgi?id=3175

I'm attaching a diff against the Debian package that works for me.

Hope this is the right procedure -- I've not reported a kernel bug
before.

David.


--- drivers/pci/quirks.c-orig	2004-08-14 06:36:12.000000000 +0100
+++ drivers/pci/quirks.c	2004-11-01 15:01:30.000000000 +0000
@@ -998,6 +998,7 @@
 	{ PCI_FIXUP_FINAL,	PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C586_2,	quirk_via_irqpic },
 	{ PCI_FIXUP_FINAL,	PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C686_5,	quirk_via_irqpic },
 	{ PCI_FIXUP_FINAL,	PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C686_6,	quirk_via_irqpic },
+	{ PCI_FIXUP_FINAL,	PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_8233_5,	quirk_via_irqpic },
 
 	{ PCI_FIXUP_FINAL,	PCI_VENDOR_ID_AMD,	PCI_DEVICE_ID_AMD_FE_GATE_700C, quirk_amd_ordering },
 	{ PCI_FIXUP_FINAL,	PCI_VENDOR_ID_ATI,	PCI_DEVICE_ID_ATI_RS100,   quirk_ati_exploding_mce },

Reply to: