Re: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year

2002-10-25 Thread Jaroslav Kysela
On Fri, 25 Oct 2002, [EMAIL PROTECTED] wrote: > modprobe snd-cs4236 > /lib/modules/2.4.19/kernel/sound/isa/cs423x/snd-cs4236.o: init_module: No > such device What's output from /proc/isapnp after this message? Jaroslav - Jaroslav Kysela <[EMAI

[Alsa-devel] [PATCH] Edirol UA-20 MIDI / UA-700 PCM support

2002-10-25 Thread Clemens Ladisch
Added a MIDI quirk for the UA-20. I don't know if PCM works. The UA-700 _may_ have audio-class compatible PCM interfaces, so I changed it to use USB_DEVICE_VENDOR_SPEC to prevent conflicts. (same as UA-20) Index: usbquirks.h === RC

[Alsa-devel] Terratec EWS88 PCI

2002-10-25 Thread Miha Tomsic
Hello! Is the new EWS88 PCI (backend for MIC 2/8) card from Terrarec supported by alsa? Are there any differences with the EWS88MT card? Thanks and take care, Miha... --- This sf.net email is sponsored by: Influence the fut

[Alsa-devel] Q: RTP streaming via dummy sound driver?

2002-10-25 Thread Ralf Ackermann
Hello, though i've been looking through the archives and tried using google i have not found hints on the following problem / approach. - Is there a way to extend the alsa dummy soundcard module (or a comparable) mechanism to - stream audio data (both reading and writing) to another

AW: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year

2002-10-25 Thread Karsten Wiese
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:alsa-devel-admin@;lists.sourceforge.net]Im Auftrag von > [EMAIL PROTECTED] > Gesendet: Freitag, 25. Oktober 2002 06:03 > An: [EMAIL PROTECTED] > Betreff: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year > > > insmod s

Re: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year

2002-10-25 Thread Clemens Ladisch
Karsten Wiese wrote: > > insmod snd-cs4232 > > Using /lib/modules/2.4.19/kernel/sound/isa/cs423x/snd-cs4232.o > > /lib/modules/2.4.19/kernel/sound/isa/cs423x/snd-cs4232.o: > > unresolved symbol > > snd_card_new_R506deba1 > > the "_R506deba1" makes me think snd-cs4232.o is compiled with module > ver

[Alsa-devel] Resetting audio device with ALSA

2002-10-25 Thread Jon Webb
Hello, I'm having trouble with resetting an ALSA audio device (an RME 9652 Hammerfall card) when the audio input buffer overflows. I'm using the following code: rc = snd_pcm_drain(pcmIn); rc = snd_pcm_prepare(pcmIn); rc = snd_pcm_start(pcmIn); where pcmIn is a snd_pcm_t* var