All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Courtier-Dutton <James@superbug.demon.co.uk>
To: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.12,1.13
Date: Thu, 11 Apr 2002 15:42:23 +0100	[thread overview]
Message-ID: <3CB5A0CF.1000103@superbug.demon.co.uk> (raw)
In-Reply-To: E16uY8V-0002TN-00@usw-pr-cvs1.sourceforge.net

[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]

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	other threads:[~2002-04-11 14:42 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E16uY8V-0002TN-00@usw-pr-cvs1.sourceforge.net>
2002-04-11 14:42 ` James Courtier-Dutton [this message]
2002-04-11 16:16   ` Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.12,1.13 Takashi Iwai
2002-04-15  7:46     ` Markus Plail
2002-04-16  7:15       ` Jaroslav Kysela
2002-04-16 11:03         ` Takashi Iwai
2002-04-16 12:47           ` Markus Plail
2002-04-16 13:27             ` James Courtier-Dutton
2002-04-16 14:07               ` Markus Plail
2002-04-16 14:41                 ` James Courtier-Dutton
2002-04-16 14:48                   ` Markus Plail
2002-04-16 14:33               ` Takashi Iwai
2002-04-16 14:51                 ` Markus Plail
2002-04-16 14:58                 ` James Courtier-Dutton
2002-04-16 15:06                   ` Markus Plail
2002-04-16 15:20                     ` James Courtier-Dutton
2002-04-16 16:02                       ` Markus Plail
2002-04-16 14:30             ` Takashi Iwai
2002-04-16 14:42               ` Markus Plail
2002-04-16 16:07                 ` Takashi Iwai
2002-04-16 16:30                   ` Markus Plail
2002-04-16 22:26                     ` James Courtier-Dutton
2002-04-17  8:12                       ` Markus Plail
2002-04-17  8:30                   ` Markus Plail
2002-04-17  8:33                     ` Jaroslav Kysela
2002-04-17  9:50                       ` Takashi Iwai
2002-04-17 11:33                         ` James Courtier-Dutton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CB5A0CF.1000103@superbug.demon.co.uk \
    --to=james@superbug.demon.co.uk \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.