From: Patrick Shirkey <pshirkey@boosthardware.com>
Cc: alsa-devel@lists.sourceforge.net
Subject: Quattro pcm devices
Date: Mon, 01 Jul 2002 21:53:24 +0900 [thread overview]
Message-ID: <3D2050C4.5020003@boosthardware.com> (raw)
In-Reply-To: 3D1E2685.1080704@boosthardware.com
I'm seeing a problem with using JACK and this usb soundcard.
JACK works with this card on all pcm devices seperately but AFAICT is
not able to access 2 pcm devices on this card at the same time.
This card has 3 stereo pcm devices.
hw:2,0 - capable of upto 16/44100
hw:2,1
hw:2,2 - capable of upto 24_3LE/96000
No matter what I try with .asoundrc I cannot get JACK to see 2 stereo
i/o at one time. It hangs on startup.
I think it is because the devices 2,0 and 2,1 point to the same physical
i/o channels and Jack is being blocked by ALSA from accessing them at
the same time.
Is there anyway to change the order of the pcm devices so that
2,0 -> 2,2
2,1 -> 2,0
2,2 -> 2,1
If not is there anyway I can specify in the following that
bindings.0.slave.a is hw:2,1 instead of hw:2,0?
----
pcm.quattro {
type multi;
slaves.a.pcm "hw:2,0";
slaves.a.channels 3;
bindings.0.slave a;
bindings.0.channel 0;
bindings.1.slave a;
bindings.1.channel 1;
bindings.2.slave a;
bindings.2.channel 2;
}
ctl.quattro {
type hw;
card 0;
}
----
--
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/
========================================
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
prev parent reply other threads:[~2002-07-01 12:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <s5hbsa8h7fa.wl@alsa2.suse.de>
2002-06-29 21:28 ` 24bit format support on usb audio Patrick Shirkey
2002-07-01 12:53 ` Patrick Shirkey [this message]
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=3D2050C4.5020003@boosthardware.com \
--to=pshirkey@boosthardware.com \
--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.