mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05:00
changed the iec958 code for revo 7.1.
This commit is contained in:
parent
d55919b910
commit
b80ccd1709
1 changed files with 11 additions and 9 deletions
|
|
@ -76,21 +76,23 @@ ICE1724.pcm.iec958.0 {
|
||||||
type integer
|
type integer
|
||||||
}
|
}
|
||||||
type hooks
|
type hooks
|
||||||
slave.pcm {
|
type hw
|
||||||
type route
|
card $CARD
|
||||||
ttable.0.6 1
|
device 1
|
||||||
ttable.1.7 1
|
|
||||||
slave.pcm {
|
|
||||||
type hw
|
|
||||||
card $CARD
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
hooks.0 {
|
hooks.0 {
|
||||||
type ctl_elems
|
type ctl_elems
|
||||||
hook_args [
|
hook_args [
|
||||||
|
{
|
||||||
|
interface MIXER
|
||||||
|
name "IEC958 Output Switch"
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value true
|
||||||
|
}
|
||||||
{
|
{
|
||||||
interface PCM
|
interface PCM
|
||||||
name "IEC958 Playback PCM Stream"
|
name "IEC958 Playback Default"
|
||||||
lock true
|
lock true
|
||||||
preserve true
|
preserve true
|
||||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue