mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Fixed iec958 capture using asym plugin.
This commit is contained in:
parent
b9a25e2ac8
commit
98ee4d4813
1 changed files with 30 additions and 22 deletions
|
|
@ -98,6 +98,8 @@ ICE1724.pcm.iec958.0 {
|
||||||
@args.AES3 {
|
@args.AES3 {
|
||||||
type integer
|
type integer
|
||||||
}
|
}
|
||||||
|
type asym
|
||||||
|
playback.pcm {
|
||||||
type hooks
|
type hooks
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
type hw
|
type hw
|
||||||
|
|
@ -124,4 +126,10 @@ ICE1724.pcm.iec958.0 {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
capture.pcm {
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue