Re: [Alsa-devel] Can't link multiple streams

2003-11-11 Thread Jaroslav Kysela
On Mon, 10 Nov 2003, [ISO-8859-1] Robert Brückmann wrote: > I have 3 capture and 3 playback devices (all sample-synced via > wordclock) which I want to sync via snd_pcm_link(). So I do the > following calls: > > snd_pcm_link(playback1,playback2); > snd_pcm_link(playback2,playback3); > snd_pcm_link

Re: [Alsa-devel] Can't link multiple streams

2003-11-10 Thread Takashi Iwai
At Mon, 10 Nov 2003 17:09:40 +0100, Robert Brückmann wrote: > > I have 3 capture and 3 playback devices (all sample-synced via > wordclock) which I want to sync via snd_pcm_link(). So I do the > following calls: > > snd_pcm_link(playback1,playback2); > snd_pcm_link(playback2,playback3); > snd_p

[Alsa-devel] Can't link multiple streams

2003-11-10 Thread Robert Brückmann
I have 3 capture and 3 playback devices (all sample-synced via wordclock) which I want to sync via snd_pcm_link(). So I do the following calls: snd_pcm_link(playback1,playback2); snd_pcm_link(playback2,playback3); snd_pcm_link(capture1,capture2); snd_pcm_link(capture2,capture3); snd_pcm_link(pla