[Alsa-devel] Re: How to make input from analog CD surround?

2002-07-09 Thread SPiToon
Hi there, I have SBlive! Platinum and a Phillips 5.1 analog speaker. I'm using SuSE 8.0 and the stock alsa driver. Is there a way to make the analog cd input route to analog LFE and Rear channels. Is there any way to bind all the volumes so that I can control by the master volume only? -

[Alsa-devel] audiowerksII

2002-07-09 Thread Danni Coy
At 25 Jun 2002 21:33:07 +1000, Danni Coy wrote: > > I have an AudiowerksII from Emagic. I was wondering what steps I could > take to get this supported by Alsa. I have some programming experience > but have never worked on device drivers before. I have contacted Emagic. > What Next? if you g

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-09 Thread Abramo Bagnara
Clemens Ladisch wrote: > > Abramo Bagnara wrote: > > Clemens Ladisch wrote: > > > Abramo Bagnara wrote: > > > > Use of 32/64 bits for 24/32 bit is wanted. Take in account that this > > > > function is called on mix results (where I need to avoid wrap before > > > > normalization). > > > > > > The

Re: [Alsa-devel] controls for the ice1712

2002-07-09 Thread Roland Kuhn
On Mon, 8 Jul 2002, John covici wrote: > OK, you have been of great help -- just one more question -- or > rather two, I cannot find a control for the pcm out, although other > things are set up which say value 'PCM OUT' I cannot find a control > labelled 'PCM OUT' to either capture or do anythin

Re: [Alsa-devel] Turtle Beach Pinnacle/Fiji alsa driver 0.1.3

2002-07-09 Thread Takashi Iwai
At Tue, 9 Jul 2002 15:22:01 +0200 (CEST), karsten wiese wrote: > > can we put the firmware-binaries on cvs as well? > so far it is necessary to extract them with some extra > steps... we need the permission from the vendor regarding this. do you have any contact with turtle beach? Takashi --

Re: [Alsa-devel] Turtle Beach Pinnacle/Fiji alsa driver 0.1.3

2002-07-09 Thread karsten wiese
Hi Takashi, Takashi Iwai <[EMAIL PROTECTED]> wrote: > Hi Karsten, > > At Sat, 6 Jul 2002 15:11:36 +0200 (CEST), > karsten wiese wrote: > > > > here is a newer version. > > it doesn't crash the pc when using oss emulation > > anymore. > > it can do 2 (or 3) periods per buffer now. > > thanks f

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-09 Thread Takashi Iwai
At Tue, 09 Jul 2002 14:21:58 +0200, Clemens Ladisch wrote: > > Takashi Iwai wrote: > > > Anyway, nobody has complained about my changes to _get_triple_*/ > > > get16_1230_B2/put16_labels/gets_*/put_*, so I think these can be > > > committed now. > > > > yes, already committed yesterday. > > I d

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-09 Thread Clemens Ladisch
Takashi Iwai wrote: > > Anyway, nobody has complained about my changes to _get_triple_*/ > > get16_1230_B2/put16_labels/gets_*/put_*, so I think these can be > > committed now. > > yes, already committed yesterday. I don't see them in the CVS. Clemens

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-09 Thread Takashi Iwai
At Tue, 09 Jul 2002 13:23:14 +0200, Clemens Ladisch wrote: > > Anyway, nobody has complained about my changes to _get_triple_*/ > get16_1230_B2/put16_labels/gets_*/put_*, so I think these can be > committed now. > Takashi? yes, already committed yesterday. sorry, forget to announce to you. Tak

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-09 Thread Clemens Ladisch
Abramo Bagnara wrote: > Clemens Ladisch wrote: > > Abramo Bagnara wrote: > > > Use of 32/64 bits for 24/32 bit is wanted. Take in account that this > > > function is called on mix results (where I need to avoid wrap before > > > normalization). > > > > Then it should use bigger types for 8/16 bits

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-09 Thread Abramo Bagnara
Clemens Ladisch wrote: > > Abramo Bagnara wrote: > > min & max are interchanged indeed. My bad... > > Oh, there's no problem with using _max instead of _min -- I just > noticed that the code for _max writes 0 for unsigned 16/24/32-bit > values ... ;o) Fixed now in CVS. > > > Use of 32/64 bi

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-09 Thread Clemens Ladisch
Abramo Bagnara wrote: > min & max are interchanged indeed. My bad... Oh, there's no problem with using _max instead of _min -- I just noticed that the code for _max writes 0 for unsigned 16/24/32-bit values ... ;o) > Use of 32/64 bits for 24/32 bit is wanted. Take in account that this > functi