Bas Hopmans wrote:
> what would i put in my .asoundrc?

Something like this:

pcm.fourchannels {
    type plug
    slave.pcm {
        type multi
        slaves {
            a { pcm "hw:0" channels 1 }
            b { pcm "hw:1" channels 1 }
            c { pcm "hw:2" channels 1 }
            d { pcm "hw:3" channels 1 }
        }
        bindings [
            { slave a channel 0 }
            { slave b channel 0 }
            { slave c channel 0 }
            { slave d channel 0 }
        ]
    }
}


Regards,
Clemens

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to