mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
added missing VIA686A.conf
This commit is contained in:
parent
eafb492512
commit
abf04e4cfd
2 changed files with 72 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ cfg_files = aliases.conf \
|
||||||
SI7018.conf \
|
SI7018.conf \
|
||||||
TRID4DWAVENX.conf \
|
TRID4DWAVENX.conf \
|
||||||
YMF744.conf \
|
YMF744.conf \
|
||||||
|
VIA686A.conf \
|
||||||
VIA8233.conf \
|
VIA8233.conf \
|
||||||
VIA8233A.conf \
|
VIA8233A.conf \
|
||||||
VX222.conf \
|
VX222.conf \
|
||||||
|
|
|
||||||
71
src/conf/cards/VIA686A.conf
Normal file
71
src/conf/cards/VIA686A.conf
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
#
|
||||||
|
# Configuration for the VIA686A chip
|
||||||
|
#
|
||||||
|
# SPDIF support is not complete - it might not work, especially with AC3
|
||||||
|
# passthru mode...
|
||||||
|
#
|
||||||
|
|
||||||
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
|
VIA686A.pcm.front.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/iec958.conf>
|
||||||
|
|
||||||
|
VIA686A.pcm.iec958.0 {
|
||||||
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
@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 "IEC958 Playback AC97-SPSA"
|
||||||
|
device 0
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value 0
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "IEC958 Playback Default"
|
||||||
|
device 0
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "IEC958 Playback Switch"
|
||||||
|
device 0
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue