--- linux-2.6.5-rc1/sound/pci/au88x0/au88x0.h 2004-03-17 01:05:36.000000000 -0400 +++ linux-2.6.5-rc1_au88x0/sound/pci/au88x0/au88x0.h 2004-03-18 11:22:53.000000000 -0400 @@ -98,8 +98,8 @@ /* Check if chip has bug. */ #define IS_BAD_CHIP(x) (\ (x->rev < 3 && x->device == PCI_DEVICE_ID_AUREAL_VORTEX) || \ - (x->rev < 0xfe && x->device == PCI_DEVICE_ID_AUREAL_VORTEX2) || \ - (x->rev < 0xfe && x->device == PCI_DEVICE_ID_AUREAL_ADVANTAGE)) + (x->rev < 0xff && x->device == PCI_DEVICE_ID_AUREAL_VORTEX2) || \ + (x->rev < 0xff && x->device == PCI_DEVICE_ID_AUREAL_ADVANTAGE)) /* PCM devices */