Francesco Cameli wrote:
> Is there a way to create a multi device using a different input and output 
> channels number?

Only by creating two devices, one for each direction:

pcm.multiES8 {
    type asym
    playback.pcm {
        type multi
        ...
    }
    capture.pcm {
        type multi
        ...
    }
}


Regards,
Clemens


_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to