On 09/03/2009 10:10 PM, Manuel Jander wrote: > does anybody still have a AU88x0 card ? I know they are quite ancient > now, but if anyone could give the attached patch a try ? Would be > nice. I can test an AU8820 on 2.4.37 and, if you wait >9 days, an AU8810 on a recent kernel, but what is this hunk supposed to do?: --- linux-2.6.30.4_orig/sound/pci/au88x0/au88x0_core.c 2009-07-31 00:34:47.0000 00000 +0200 +++ linux-2.6.30.4/sound/pci/au88x0/au88x0_core.c 2009-09-02 00:13:59.4671 19172 +0200 @@ -2800,7 +2804,7 @@ { int a, this_194; - if ((bits != 8) && (bits != 16)) + if ((bits != 8) || (bits != 16)) return -1; switch (encod) { Any special tests you want me to do? I don't think I have encountered a "Vortex: vortex_fifo_set*ctrl fail" message before. Daniel -- Dipl.-Math. Daniel Glöckner, emlix GmbH, http://www.emlix.com Fon +49 551 30664-0, Fax -11, Bahnhofsallee 1b, 37081 Göttingen, Germany Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160 Geschäftsführer: Dr. Uwe Kracke, Ust-IdNr.: DE 205 198 055 emlix - your embedded linux partner _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel