John Rigg wrote: > On Tue, Aug 01, 2006 at 12:43:44PM +0200, Takashi Iwai wrote: > > John, could you check whether the problem still appears with the > > latest ALSA HG version, especially with alsa-lib? I remember that > > some fixes have been done on multi plugin. > > The problem still appears with alsa-lib-1.0.12rc2 version. There are > no changes in pcm_multi since 1.0.11. I can reproduce this problem. It seems to be a bug in the multi plugin. snd_pcm_multi_start() does not call snd_pcm_start() for any of its slave PCMs that are linked to another, i.e., for slaves where the 'linked' field in the slaves array is set. snd_pcm_multi_hw_params() sets 'linked' for all but one of the slaves. snd_pcm_multi_link_fd(), however, sets 'linked' for all its slaves, and gets called for both the playback and capture PCMs in the full duplex case. This means that none of the slave PCMs ever gets started. After jackd's snd_pcm_start() call, the state is still PREPARED. Regards, Clemens -- Clemens Ladisch cladisch@xxxxxxxxxxxx ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel