From: Raymond Yau <superquad.vortex2@gmail.com>
To: ALSA Development Mailing List <alsa-devel@alsa-project.org>
Subject: question about ctl.pulse ?
Date: Wed, 2 Feb 2011 11:47:22 +0800 [thread overview]
Message-ID: <AANLkTi=1tUeNU7eka42aaGoBRgSNuisocPxwGiDV0k84@mail.gmail.com> (raw)
Refer to
http://git.alsa-project.org/?p=alsa-plugins.git;a=blob;f=doc/README-pulse;h=d5431b481c84d6f6d093a0da0710de699e9cd585;hb=HEAD
The mixer control plugin also accepts the parameters "source" and "sink" for
when you need to specify a sink/source combination with different names. If
you need to do this with PCM:s then specify two PCM:s with different "device".
Does it mean that the application only get playback controls from
sink0, sink1 and capture controls from source0, source1, source2
ctl.sink0 {
type pulse
sink "0"
}
ctl.source0 {
type pulse
source "0"
}
ctl.sink1 {
type pulse
sink "1"
}
ctl.source1 {
type pulse
source "1"
}
ctl.sink2 {
type pulse
sink "2"
}
ctl.source2 {
type pulse
source "2"
}
next reply other threads:[~2011-02-02 3:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-02 3:47 Raymond Yau [this message]
2011-02-02 16:09 ` question about ctl.pulse ? Colin Guthrie
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='AANLkTi=1tUeNU7eka42aaGoBRgSNuisocPxwGiDV0k84@mail.gmail.com' \
--to=superquad.vortex2@gmail.com \
--cc=alsa-devel@alsa-project.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).