Re: [Alsa-devel] Tascam US-122

2003-07-06 Thread Martin Langer
On Sat, Jul 05, 2003 at 12:44:52PM -0600, ljp wrote: - The US-122 was developed by Frontier Design, not Tascam. But for releasing their information they need an ok from Tascam. Don't know what will happen in this point. In the meantime I've taken an USB sniffer and check my postbox from

Re: [Alsa-devel] hdsp driver status

2003-07-06 Thread Thomas Charbonnel
I ran hdsploader the first time and it failed. I ran it a second time and the red light on the Multiface went out, [...] For the record, this is incorrect. I run it once and the red light goes out. I have a feeling the error message is incorrect, because the card seems to work now.

Re: [Alsa-devel] Hercules Gamesurround Fortissimo III 7.1

2003-07-06 Thread Benny Sjostrand
Are you sure it's not just the card that is dead/dying? I've been running the card since last year without any problems, except the distortion at full pcm volume problem. The card is working perfectly in Windows, no matter what I do (music, games, ...). The only time that I saw similar

Re: [Alsa-devel] Hercules Gamesurround Fortissimo III 7.1

2003-07-06 Thread Nicos Gollan
On Sunday 06 July 2003 13:32, Benny Sjostrand wrote: Maybe the problem is not in the alsa-driver, maybe it's something else related to another comoponent of the kernel, PCI-bridge/ctrl ... Is the soundcard the only thing causing problems in your system ?? Yes, it is. And now that I've

[Alsa-devel] usb audio callback questions.

2003-07-06 Thread James Courtier-Dutton
I have a question regarding the callbacks in the usbaudio.c driver. The callback is defined as: - /* * complete callback from data urb */ static void snd_complete_urb(struct urb *urb, struct pt_regs *regs) The callback is set up with: - u-urb-complete =

Re: [Alsa-devel] Developing SIS 962L driver.

2003-07-06 Thread Ryan Underwood
Hi Pieter, On Sun, Jul 06, 2003 at 11:51:42AM +0200, Pieter Palmers wrote: And I personally wouldn't say that writing an ALSA driver is that easy... I'm working on one myself, and I can assure you that the framework is pretty complex. You have to understand it first, before you can use