Re: [Alsa-devel] Mapping oss emulation /dev's to ttables?

2001-11-20 Thread Ville Syrjälä
On Tue, 20 Nov 2001, James Tappin wrote: > There are in addition problems running some oss programs under libaoss, > notably xmms and bplay/brec. Really? XMMS works just fine for me. The only program I've seen having problems with libaoss is aviplay from avifile library. It just segfaults when

[Alsa-devel] Help writing driver?

2001-11-20 Thread markrages
OK, I've been stuck for a month now writing this driver. I am hoping I can make some progress over the holiday break, but I think I need someone to hold my hand to get started. I am not even sure what to ask. I am writing a driver for the Gadget Labs Wave/4. This ISA card has no DMA. To use PCM

Re: [Alsa-devel] the correct rme9652 hw pointer patch

2001-11-20 Thread Paul Davis
>> this patch makes ALSA treat the hammerfall the exact same way that >> ASIO does, which makes sense to do given RME's claims about the card. > >I've added your code and it is the default behaviour. The experimental >pointer code is still there, and it can be enabled using >the 'snd_precise_ptr'

Re: [Alsa-devel] Restarting when in async mode

2001-11-20 Thread Paul Davis
>> what do you mean by async mode? i'm one of the more experienced ALSA >> programmers, and i have no idea what you're referring to. is this ALSA >> 0.9.X, or 0.5.X? > >The async notification is a new feature of the 0.9.X API. The ALSA drivers >can generate SIGIO signal when the poll condition is

Re: [Alsa-devel] the correct rme9652 hw pointer patch

2001-11-20 Thread Jaroslav Kysela
On Fri, 16 Nov 2001, Paul Davis wrote: > this patch makes ALSA treat the hammerfall the exact same way that > ASIO does, which makes sense to do given RME's claims about the card. I've added your code and it is the default behaviour. The experimental pointer code is still there, and it can be en

Re: [Alsa-devel] Restarting when in async mode

2001-11-20 Thread Abramo Bagnara
Jaroslav Kysela wrote: > > On Mon, 19 Nov 2001, Paul Davis wrote: > > > >My ALSA output driver for my app has some fairly serious issues - when using > > >async (callback) mode, I can't get the sound system to restart gracefully, > > > > what do you mean by async mode? i'm one of the more experi

Re: [Alsa-devel] Mapping oss emulation /dev's to ttables?

2001-11-20 Thread James Tappin
On Tuesday 20 November 2001 09:43, Jaroslav Kysela wrote: > On Mon, 19 Nov 2001, Steve Harris wrote: > > On Mon, Nov 19, 2001 at 01:52:49PM +0100, Jaroslav Kysela wrote: > > > On Mon, 19 Nov 2001, Steve Harris wrote: > > > > Does anyone know if its possible to point the OSS /dev/dsp* devices > > >

Re: [Alsa-devel] Restarting when in async mode

2001-11-20 Thread Jaroslav Kysela
On Mon, 19 Nov 2001, Paul Davis wrote: > >My ALSA output driver for my app has some fairly serious issues - when using > >async (callback) mode, I can't get the sound system to restart gracefully, > > what do you mean by async mode? i'm one of the more experienced ALSA > programmers, and i have n

Re: [Alsa-devel] Mapping oss emulation /dev's to ttables?

2001-11-20 Thread Jaroslav Kysela
On Mon, 19 Nov 2001, Steve Harris wrote: > On Mon, Nov 19, 2001 at 01:52:49PM +0100, Jaroslav Kysela wrote: > > On Mon, 19 Nov 2001, Steve Harris wrote: > > > > > Does anyone know if its possible to point the OSS /dev/dsp* devices to > > > ALSA ttable aliases, so eg: > > > > It's not possible in

Re: [Alsa-devel] Re: [linux-audio-dev] latencytest results webpage

2001-11-20 Thread Josh Green
On Tue, 2001-11-20 at 00:14, dave willis wrote: > > [heavily edited out list] > these need to all be automatically figured by the software. > Yes, most of them would be. > > KernelPatches List of patches applied (PE, LL, AA, etc) > > this will only work (automatically) if people make su

Re: [Alsa-devel] We have sound: EMU10K1: [BUG] Driver doesn't properlysupport

2001-11-20 Thread Jaroslav Kysela
On 19 Nov 2001, Jeffrey H. Ingber wrote: > Hi, > > Thanks for your quick response. > > I did some further investigation and found that sound is infact produced > - but only through the S/PDIF output which is why I missed this at > first. This gives me a decent starting point to experiment with t

Re: [Alsa-devel] h/w mixers - which ctl is what channel?

2001-11-20 Thread Jaroslav Kysela
On Sat, 17 Nov 2001, Tim Goetze wrote: > > can one reliably find out which snd_ctl_elem controls the gain of a > specific channel in a pcm stream? > > looking at what snd_ctl_elem_list() returns for the audiophile (ice1712) > there does not seem to be a portable way to do so. i could enumerate th

Re: [Alsa-devel] SB Live in SPDIF passthru mode.

2001-11-20 Thread Jaroslav Kysela
On Sat, 17 Nov 2001, James Courtier-Dutton wrote: > Hello > 1) When using normal PCM play to device pcm0p, I can do a writei of stereo > 16 bits sound (4 bytes per frame) for 1536 frames, or 6144 bytes. > > When using passthru to device pcm3p, I can only writei 1440 frames in one > go. I have to

Re: [Alsa-devel] Restarting when in async mode

2001-11-20 Thread Jaroslav Kysela
On Tue, 20 Nov 2001, Tom Browne wrote: > Hi all, > > My ALSA output driver for my app has some fairly serious issues - when using > async (callback) mode, I can't get the sound system to restart gracefully, > with it segfaulting (I've tried signalling the callback to shutdown and > making the shu

Re: [Alsa-devel] Re: [linux-audio-dev] latencytest results webpage

2001-11-20 Thread dave willis
On 19 Nov 2001, Josh Green wrote: > On Fri, 2001-11-16 at 05:28, Andre Pang wrote: > > This is a great idea. I actually started re-writing the latency > > testing harness scripts because I thought they were too > > inflexible, and I'm almost finished with the re-write. The idea > > is to includ