From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.12,1.13 Date: Thu, 11 Apr 2002 18:16:19 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <3CB5A0CF.1000103@superbug.demon.co.uk> Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <3CB5A0CF.1000103@superbug.demon.co.uk> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org At Thu, 11 Apr 2002 15:42:23 +0100, James Courtier-Dutton wrote: > > [1 ] > 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