At Thu, 11 Apr 2002 15:42:23 +0100,
James Courtier-Dutton wrote:
> 
> [1  <text/plain; us-ascii (7bit)>]
> 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!!!! ;-)

err, frankly speaking, i still don't figure out why with this change
the pass-through works.  i'm glad to to hear a good news, anyway ;)


Takashi

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to