Hi.

Is it possible to make a PCM a that is a proxy (plug, whatever) for
different PCM a1 and a2 depending on the number of channels is requested?

In other words, I would like:

        aplay -c 6 -D pcm-a

to be equivalent to:

        aplay -C 6 -D pcm-a1

while:

        aplay -c 2 -D pcm-a

leads to:

        aplay -C 2 -D pcm-a2

Is there a way?

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to