I've been banging my head against this for several hours now. I cannot get sound output out of any channels except the first two (marked as front on the card).


I'm using this command to test it (except with different out1-4)
aplay -c 2 -r 44100 -f S16_LE -D out2 icecube.raw
out1 goes to front
the rest don't do anything
all the volumes are maxxed in alsamixer

Here's my .asoundrc:
pcm.revo {
        type dmix;
        ipc_key 1024;
        slave {
                pcm "hw:0,0";
                format S32_LE;
        }

        bindings {
                0 0;
                1 1;
                2 2;
                3 3;
                4 4;
                5 5;
                6 6;
                7 7;
        }
}

pcm.out1 {
        type plug;
        ttable.0.0 1;
        ttable.0.1 1;
        slave.pcm revo;
}

pcm.out2 {
        type plug;
        ttable.0.2 1;
        ttable.0.3 1;
        slave.pcm revo;
}

pcm.out3 {
        type plug;
        ttable.0.4 1;
        ttable.0.5 1;
        slave.pcm revo;
}

pcm.out4 {
        type plug;
        ttable.0.6 1;
        ttable.0.7 1;
        slave.pcm revo;
}

pcm.hwout {
        type plug;
        slave.pcm revo;
}

ctl.revo {
        type hw;
        card 0;
}

ctl.out1 {
        type hw;
        card 0;
}

ctl.out2 {
        type hw;
        card 0;
}

ctl.out3 {
        type hw;
        card 0;
}

ctl.out4 {
        type hw;
        card 0;
}

Thanks for any help and suggestions!



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to