blob: 34fd6955e686ea3cdf9600e16f1bdaa55d510e71 [file] [log] [blame]
# This PCM is used to test 6 channels via a stereo (2 channels) audio stream.
pcm.ch51dup {
type route
slave.pcm surround51
slave.channels 6
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
ttable.0.4 1
ttable.1.5 1
}
# This PCM is used to test 4 channels via a stereo (2 channels) audio stream.
pcm.ch40dup {
type route
slave.pcm surround40
slave.channels 4
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
}
# This PCM is used to swap a stereo (2 channels) audio stream
pcm.ch2swp {
type route
slave.pcm "hw:0,0"
slave.channels 2
ttable.0.1 1
ttable.1.0 1
}