mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Add preamble value configuration for iec958 plugin
The preamble values can be defined in iec958 plugin configuration. As default, Z/Y/X=8/4/2 is used. CMI8338 has different values, so override in its configuration.
This commit is contained in:
parent
0256e1e8c9
commit
73aa2549d9
2 changed files with 63 additions and 6 deletions
|
|
@ -95,6 +95,9 @@ CMI8338-SWIEC.pcm.iec958.0 {
|
|||
device 2
|
||||
}
|
||||
status [ $AES0 $AES1 $AES2 $AES3 ]
|
||||
preamble.z 3
|
||||
preamble.y 5
|
||||
preamble.x 9
|
||||
}
|
||||
capture.pcm {
|
||||
type hw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue