[Alsa-devel] Avance ALS-007

2002-07-07 Thread Martin Langer
Hi, looks like that my old Avance ALS-007 card is still unsupported by ALSA. - Are there any interesting documents about the ALS007, except OSS sources? - Any hints to the best starting point: als100 or sb16? - Or does this card work with alsa and I am the problem? thanks, martin -

[Alsa-devel] Audio hardware with a queue, not a circular buffer

2002-07-07 Thread Mark Rages
I'm (still) writing a driver for the Gadget Labs Wave/4. I don't know what to return for the pointer callback: on 09/26/2001, Paul Davis advised: >> pointer > > this is called to find out where the h/w pointer is in the ring buffer > used for capture/playback. some devices do not support i

Re: [Alsa-devel] Audio hardware with a queue, not a circular buffer

2002-07-07 Thread Paul Davis
>> this is called to find out where the h/w pointer is in the ring buffer >> used for capture/playback. some devices do not support it, but most do. > >My card uses a queue, not a ring buffer. What should I do for this >function? I can read a value for queue depth out of the card, but this >does

Re: [Alsa-devel] controls for the ice1712

2002-07-07 Thread Bruce Paterson
John covici wrote: > > What is this package -- I never heard of it whatsoever alsa-tools. > Its nnot on the normal ftp site maybe its in cvs or something? > > And what does envy24 do? There are some screenshots of it in on the site I downloaded it from. It looks quite like the Windows control

Re: [Alsa-devel] Audio hardware with a queue, not a circular buffer

2002-07-07 Thread Mark Rages
On Sun, Jul 07, 2002 at 08:42:14PM -0400, Paul Davis wrote: > >> this is called to find out where the h/w pointer is in the ring buffer > >> used for capture/playback. some devices do not support it, but most do. > > > >My card uses a queue, not a ring buffer. What should I do for this > >functio