mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added spdif
This commit is contained in:
parent
290810864b
commit
3d45bea432
1 changed files with 43 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#
|
||||
# Configuration for the SI7018 chip
|
||||
#
|
||||
# This configuration does not reflect hardware.
|
||||
#
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
|
|
@ -75,3 +77,44 @@ SI7018.pcm.surround40.0 {
|
|||
{ slave 1 channel 1 }
|
||||
]
|
||||
}
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
SI7018.pcm.iec958.0 {
|
||||
@args [ CARD DEV AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
@args.DEV {
|
||||
type integer
|
||||
}
|
||||
@args.AES0 {
|
||||
type integer
|
||||
}
|
||||
@args.AES1 {
|
||||
type integer
|
||||
}
|
||||
@args.AES2 {
|
||||
type integer
|
||||
}
|
||||
@args.AES3 {
|
||||
type integer
|
||||
}
|
||||
type hooks
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
name "PCM Playback Volume"
|
||||
preserve true
|
||||
lock true
|
||||
value [ 24 24 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue