mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
- fixed the iec958 capture using asym plugin.
the different routing is used.
This commit is contained in:
parent
9c4d6757cc
commit
8169d2823e
1 changed files with 31 additions and 17 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue