On Sun, Dec 30, 2012 at 6:03 PM, Paul Davis wrote:
> the problem as it been described here, seems more to be:
Right.
Doing this in the multi device at the *userspace* level, AFAICT, is
either very hard or not possible due to the way poll descriptors are
handled within ALSA. With the multi's implementation of
snd_pcm_poll_descriptors(), there are basically three choices:
1.) Return the master device's poll descriptors (the current implementation).
We know this doesn't work.
2.) Return the poll descriptors of all of the devices (the old
implementation, IIUC).
This would lead to the same issue, and possibly make it worse if the
slave devices are sometimes ready before the master device.
3.) Return a custom file descriptor (eventfd, maybe). Do the device
polling in separate thread, and signal the file descriptor when enough
data is available on both devices.
I'm not even sure this is really doable in a way that could reliably
play well with all the applications that depend on this functionality.
I can't see any other way to do this at the userspace level.
At the kernel level, this problem might be able to be fixed by having
snd_pcm_link() sync the file descriptors of the master and slave
devices. I have absolutely no idea what the ramifications would be.
--
Devin Anderson
surfacepatterns (at) gmail (dot) com
blog - http://surfacepatterns.blogspot.com/
midisnoop - http://midisnoop.googlecode.com/
psinsights - http://psinsights.googlecode.com/
synthclone - http://synthclone.googlecode.com/
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.