Takashi Iwai wrote:

>Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1
>In directory usw-pr-cvs1:/tmp/cvs-serv9192
>
>Modified Files:
>       emu10k1_main.c 
>Log Message:
>fixed default mask values
>(these change won't affect the actual behavior, though)
>
>
>
>
>Index: emu10k1_main.c
>===================================================================
>RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c,v
>retrieving revision 1.12
>retrieving revision 1.13
>diff -u -r1.12 -r1.13
>--- emu10k1_main.c     13 Mar 2002 19:49:38 -0000      1.12
>+++ emu10k1_main.c     8 Apr 2002 12:20:36 -0000       1.13
>@@ -630,9 +630,9 @@
>       
>       emu->fx8010.fxbus_mask = 0x303f;
>       if (extin_mask == 0)
>-              extin_mask = 0x1fcf;
>+              extin_mask = 0x3fcf;
>       if (extout_mask == 0)
>-              extout_mask = 0x3fff;
>+              extout_mask = 0x1fff;
>       emu->fx8010.extin_mask = extin_mask;
>       emu->fx8010.extout_mask = extout_mask;
> 
>
This seems to have fixed AC3 Passthru mode on SB Live (rev 7) cards.

Just so you know, all SB Live cards worked before for AC3 Passthru 
except the rev 7 cards.

I just got a report on the xine-user list about it.
Ok, so you did not know you were fixing it, but well done anyway!!!! ;-)

Cheers
James

Reply via email to