From: Takashi Iwai <tiwai@suse.de>
To: James Courtier-Dutton <James@superbug.demon.co.uk>
Cc: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Re: Channel modes feature request.
Date: Tue, 12 Aug 2003 11:12:05 +0200 [thread overview]
Message-ID: <s5hy8xzi6je.wl@alsa2.suse.de> (raw)
In-Reply-To: <3F382486.4070604@superbug.demon.co.uk>
At Tue, 12 Aug 2003 00:19:34 +0100,
James Courtier-Dutton wrote:
>
> I have a SB live audio card.
> I can open it with device names like: -
> surround40 (Front Left, Front Right, Rear Left, Rear Right)
> surround51 (Front Left, Front Right, Rear Left, Rear Right, Center, LFE)
>
> There is a requirement for: -
> surround41 (Front Left, Front Right, Rear Left, Rear Right, LFE)
> surround50 (Front Left, Front Right, Rear Left, Rear Right, Center)
>
> How can I get alsa to support these ?
i still don't understand your question quite correctly.
do you mean open a multi-channel (5ch) pcm stream wihh the
configuration above?
if so, it's not too difficult for sb live (but not always easy for
other cards). it would look like:
pcm.my5ch {
type multi
slaves.a.pcm "front"
slaves.a.channels 2
slaves.b.pcm "rear"
slaves.b.channels 2
slaves.c.pcm "lfe"
slaves.c.channels 1
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave b
bindings.2.channel 0
bindings.3.slave b
bindings.3.channel 1
bindings.4.slave c
bindings.4.channel 0
}
Takashi
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
next prev parent reply other threads:[~2003-08-12 9:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-11 23:19 Channel modes feature request James Courtier-Dutton
2003-08-12 9:12 ` Takashi Iwai [this message]
2003-08-12 9:25 ` James Courtier-Dutton
2003-08-12 9:32 ` Jaroslav Kysela
2003-08-12 9:37 ` Takashi Iwai
2003-08-12 9:40 ` Takashi Iwai
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=s5hy8xzi6je.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=James@superbug.demon.co.uk \
--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.