[Alsa-devel] quattro multi plugin - 4 channel recording

2002-07-28 Thread Patrick Shirkey
I have now got 4 channel recording using arecord. It seemed the alias for the ctl was throwing the equation. Use the following in your .asoundrc file. # # # compose 4 channels from two channel x two devices, hw:2,1 and hw:2,2 # assuming that hw:2,1 and hw:2,2 give the same condition,

Re: [Alsa-devel] Repeatable exact I/O-delay

2002-07-28 Thread Tim Goetze
Anders Torger wrote: On Saturday 27 July 2002 17.18, you wrote: Anders Torger wrote: Does anyone have any comments on this? Is repeatable exact I/O-delay possible to achieve today with current hardware (and ALSA)? It is the normal mode of operation for memory-mapped IO. Is it really? How

Re: [Alsa-devel] Repeatable exact I/O-delay

2002-07-28 Thread Paul Davis
The way you'd do this is to link the capture and playback streams of the device you use with snd_pcm_link(). They will start together and we still haven't established the timing for this. its possible that its not fast enough for the two streams to be started within 1sample, particularly if and

Re: [Alsa-devel] Starting playback/capture exactly the same time (was: Repeatable exact I/O-delay)

2002-07-28 Thread Anders Torger
On Sunday 28 July 2002 14.40, you wrote: Anders Torger wrote: On Saturday 27 July 2002 17.18, you wrote: Anders Torger wrote: Does anyone have any comments on this? Is repeatable exact I/O-delay possible to achieve today with current hardware (and ALSA)? It is the normal mode of

Re: [Alsa-devel] Repeatable exact I/O-delay

2002-07-28 Thread Anders Torger
On Sunday 28 July 2002 15.54, you wrote: The way you'd do this is to link the capture and playback streams of the device you use with snd_pcm_link(). They will start together and we still haven't established the timing for this. its possible that its not fast enough for the two streams to be

Re: [Alsa-devel] Repeatable exact I/O-delay

2002-07-28 Thread Paul Davis
By the way, I tried to search for the same code in rme9652.c, and found something similar, but it does not seem to activate both capture and playback with a single write to the control register. I'm not sure how the hardware works (nor the driver) though so I may be wrong. there are no

Re: [Alsa-devel] Repeatable exact I/O-delay

2002-07-28 Thread Paul Davis
I've looked through some driver code, and if I understand it correctly, it seems like some drivers, for example the ens1370, check in the trigger function the substream is linked with other substreams on the yes, sorry, i forgot about this aspect of things. i was thinking of snd_pcm_link()

[Alsa-devel] current cvs: unresolved symbols

2002-07-28 Thread Fernando Pablo Lopez-Lezcano
Found in current cvs: # depmod -ae depmod: *** Unresolved symbols in /lib/modules/2.4.18-10.llsmp/kernel/drivers/sound/isa/snd-dt0197h.o depmod: snd_sbdsp_create_Rsmp_3f86b411 depmod: snd_sbmixer_new_Rsmp_2880de09 depmod: snd_sb16dsp_pcm_Rsmp_4d33d580 -- Fernando

[Alsa-devel] my first usb-midi experiment ends with segmentation fault

2002-07-28 Thread Martin Langer
Hi, my new USB-MIDI-Keyboard has two USB subclasses usb-midi and usb-audio. Evolution, the manufacturer, told me it's an Audio Class compliant device, but I don't find a new entry in /proc/asound/seq/clients after loading the modules. cat /proc/bus/usb/devices T: Bus=01 Lev=01 Prnt=01

Re: [Alsa-devel] ALSA docs

2002-07-28 Thread Patrick Shirkey
Paul Davis wrote: I'm looking into ways to automate the modules options component file for the docs. At the moment I am considering using perl or mysql. Does anyone know which is easier to setup to do the following. Parse the INSTALL file for a module name. Return the info for that module.