[alsa-devel] [PATCH] Fix buffer position for ATI SB4x0

Mauro Carvalho Chehab mchehab at infradead.org
Thu May 29 16:10:22 CEST 2008


ATI SB4x0 doesn't need any fix at position.

This patch solves the issue of receiving several clicks during capture on those
devices.

Tested with a Gateway Notebook MX-6453.

Signed-off-by: Mauro Carvalho Chehab <mchehab at infradead.org>

diff -r 33d7308ade64 pci/hda/hda_intel.c
--- a/pci/hda/hda_intel.c	Fri May 23 17:36:59 2008 -0300
+++ b/pci/hda/hda_intel.c	Thu May 29 11:04:56 2008 -0300
@@ -1860,6 +1860,7 @@
 	SND_PCI_QUIRK(0x1028, 0x01cc, "Dell D820", POS_FIX_NONE),
 	SND_PCI_QUIRK(0x1028, 0x01de, "Dell Precision 390", POS_FIX_NONE),
 	SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_NONE),
+	SND_PCI_QUIRK(0x1002, 0x437b, "ATI SB4x0 HDA", POS_FIX_NONE),
 	{}
 };
 


More information about the Alsa-devel mailing list