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: Tue, 16 Apr 2002 16:30:50 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <873cxxmmjt.fsf@www.gitteundmarkus.de> <87sn5vn72w.fsf@www.gitteundmarkus.de> Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <87sn5vn72w.fsf@www.gitteundmarkus.de> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Markus Plail Cc: Jaroslav Kysela , "alsa-devel@lists.sourceforge.net" List-Id: alsa-devel@alsa-project.org At Tue, 16 Apr 2002 14:47:35 +0200, Markus Plail wrote: > > Hi Takashi! > > * Takashi Iwai writes: > > Markus, could you try the latest cvs version, which fixes the "real" > > behavior, whether digital out works? if it doesn't work again, then > > definitely GPOUT0 is the spot. > > It doesn't work with latest CVS. ok, now it's clear. interesting, perhaps on alsa implemented in the inversed manner. if my guess is correct, you'll get digital outs by changing /usr/share/alsa/cards/EMU10K1.conf like the following: --- /usr/share/alsa/cards/EMU10K1.conf 2002-03-22 16:05:56.000000000 +0100 +++ EMU10K1.conf 2002-04-16 16:23:28.000000000 +0200 @@ -240,7 +240,7 @@ name "SB Live Analog/Digital Output Jack" lock true preserve true - value 1 + value 0 } ] } please check this? ciao, Takashi