Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/alsa/cards/VX222.conf @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
1 # | |
2 # Configuration for Digigram VX222 | |
3 # | |
4 | |
5 <confdir:pcm/front.conf> | |
6 | |
7 VX222.pcm.front.0 { | |
8 @args [ CARD ] | |
9 @args.CARD { | |
10 type string | |
11 } | |
12 type hw | |
13 card $CARD | |
14 } | |
15 | |
16 <confdir:pcm/iec958.conf> | |
17 | |
18 VX222.pcm.iec958.0 { | |
19 @args [ CARD AES0 AES1 AES2 AES3 ] | |
20 @args.CARD { | |
21 type string | |
22 } | |
23 @args.AES0 { | |
24 type integer | |
25 } | |
26 @args.AES1 { | |
27 type integer | |
28 } | |
29 @args.AES2 { | |
30 type integer | |
31 } | |
32 @args.AES3 { | |
33 type integer | |
34 } | |
35 type hooks | |
36 slave.pcm { | |
37 type hw | |
38 card $CARD | |
39 } | |
40 hooks.0 { | |
41 type ctl_elems | |
42 hook_args [ | |
43 { | |
44 interface PCM | |
45 name "IEC958 Playback Default" | |
46 lock true | |
47 preserve true | |
48 optional true | |
49 value [ $AES0 $AES1 $AES2 $AES3 ] | |
50 } | |
51 { | |
52 # for compatibility with older drivers | |
53 name "IEC958 Playback Default" | |
54 lock true | |
55 preserve true | |
56 optional true | |
57 value [ $AES0 $AES1 $AES2 $AES3 ] | |
58 } | |
59 ] | |
60 } | |
61 } |