[linux-audio-user] Re: es1370 and the el cheapo myth

Timo Sivula timo.sivula at luukku.com
Thu Oct 7 21:40:32 EDT 2004


> From: Clemens Ladisch <clemens at ladisch.de>

> Does the definition show up in the output of "aplay -L"?

timo:~$ aplay -L
(A lot of stuff cut away here to save space)
multi {
        type plug
        slave.pcm {
                type multi
                slaves.a {
                        pcm hw:0
                        channels 2
                }
                slaves.b {
                        pcm hw:1
                        channels 2
                }
                slaves.c {
                        pcm hw:2
                        channels 2
                }
                bindings {
                        0 {
                                slave a
                                channel 0
                        }
                        1 {
                                slave a
                                channel 1
                        }
                        2 {
                                slave b
                                channel 0
                        }
                        3 {
                                slave b
                                channel 1
                        }
                        4 {
                                slave c
                                channel 0
                        }
                        5 {
                                slave c
                                channel 1
                        }
                        0 {
                                slave a
                                channel 0
                        }
                        1 {
                                slave a
                                channel 1
                        }
                        2 {
                                slave b
                                channel 0
                        }
                        3 {
                                slave b
                                channel 1
                        }
                        4 {
                                slave c
                                channel 0
                        }
                        5 {
                                slave c
                                channel 1
                        }
                }
        }
}

is this as it should be?

Timo




More information about the Linux-audio-user mailing list