Hi all,

I'm trying to tie three different sound cards together with the multi plugin :
- 1 x ice1712 (8 channels - not counting spdif)
- 2 x ens1371 (2 channels each)
However, when trying to play a sound with aplay <soundfile> -D mplug, I get the 
following error :

ALSA lib pcm_params.c:2094:(snd_pcm_hw_refine_slave) Slave PCM not usable
aplay: set_params:782: Broken configuration for this PCM: no configurations available

Is this because the cards I'm tieing together use different sample rates ? I'm able to 
combine the two ens1371, but whenever I include the ice1712, I get this error. How can 
I solve this problem ?

Thanks !

Kristof

My .asoundrc looks like :

pcm.multi {
        type multi
        slaves.a.pcm "hw:0,0"
        slaves.a.channels 8
        slaves.b.pcm "hw:1,0"
        slaves.b.channels 2
        slaves.c.pcm "hw:2,0"
        slaves.c.channels 2
        bindings.0.slave a
        bindings.0.channel 0
        bindings.1.slave a
        bindings.1.channel 1
        bindings.2.slave a
        bindings.2.channel 2
        bindings.3.slave a
        bindings.3.channel 3
        bindings.4.slave a
        bindings.4.channel 4
        bindings.5.slave a
        bindings.5.channel 5
        bindings.6.slave a
        bindings.6.channel 6
        bindings.7.slave a
        bindings.7.channel 7
        bindings.8.slave b
        bindings.8.channel 0
        bindings.9.slave b
        bindings.9.channel 1
        bindings.10.slave c
        bindings.10.channel 0
        bindings.11.slave c
        bindings.11.channel 1
}

pcm.mplug{
        type plug
        slave.pcm "multi"
}


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to