- fixed the iec958 capture using asym plugin.

the different routing is used.
This commit is contained in:
Takashi Iwai 2004-01-26 15:57:05 +00:00
parent 9c4d6757cc
commit 8169d2823e

View file

@ -77,6 +77,8 @@ ICE1712.pcm.iec958.0 {
@args.AES3 { @args.AES3 {
type integer type integer
} }
type asym
playback.pcm {
type hooks type hooks
slave.pcm { slave.pcm {
type route type route
@ -102,3 +104,15 @@ ICE1712.pcm.iec958.0 {
] ]
} }
} }
capture.pcm {
type route
ttable.0.10 1
ttable.1.11 1
slave.pcm {
type hw
card $CARD
}
slave.format S32_LE
slave.channels 12
}
}