All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Robert Brückmann" <killerbob@musicalica.de>
To: alsa-devel@lists.sourceforge.net
Subject: Can't link multiple streams
Date: Mon, 10 Nov 2003 17:09:40 +0100	[thread overview]
Message-ID: <3FAFB844.2060301@musicalica.de> (raw)

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(playback1,capture1);

This worked in an older version of ALSA without problems (I used 
0.9.0beta12), but since I upgraded to 0.9.7a, I can't link, the last 
link operation gives an error:

ALSA lib pcm.c:1148:(snd_pcm_link) SNDRV_PCM_IOCTL_LINK failed: 
Operation already in progress

How can I do the linking in current Alsa versions?

Thanks,
Robert



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/

             reply	other threads:[~2003-11-10 16:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-10 16:09 Robert Brückmann [this message]
2003-11-10 17:40 ` Can't link multiple streams Takashi Iwai
2003-11-10 19:01 ` Jaroslav Kysela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FAFB844.2060301@musicalica.de \
    --to=killerbob@musicalica.de \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.