On Thursday 13 Nov 2003 16:49, Craig Knox wrote:
> Made a new configure - not sure how it differs from all the
> configurations I tried before - but now it works (7.1).
>
> Would the windows driver have changed any settings ALSA doesn't?

No, I don't believe so. 

> With this configuration it plays a 2 ch source through all my speakers:
> (ie mplayer -ao alsa9:convert whatever.mp3)

Another way the left/right front channels can be duplicated is as follows:

pcm.ice1724_duplicate {
        type plug
        slave {
                pcm "hw:0,0"
                channels 8
        }
        route_policy duplicate
        ttable.0.0 1
        ttable.1.1 1
        ttable.0.2 1
        ttable.1.3 1
        ttable.0.4 1
        ttable.1.5 1
        ttable.0.6 1
        ttable.1.7 1
}

Note: in this case the matching ttable entries aren't strictly necessary with 
the route_policy defined as duplicate (first pair of channels duplicated).

BTW, I noticed from your asoundrc that you're only duplicating the left front 
channel.



-------------------------------------------------------
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/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to