Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/alsa/cards/AU8830.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 the AU8830 chip | |
3 # | |
4 | |
5 <confdir:pcm/front.conf> | |
6 | |
7 AU8830.pcm.front.0 { | |
8 @args [ CARD ] | |
9 @args.CARD { | |
10 type string | |
11 } | |
12 type hw | |
13 card $CARD | |
14 } | |
15 | |
16 <confdir:pcm/surround40.conf> | |
17 | |
18 AU8830.pcm.surround40.0 "cards.AU8830.pcm.front.0" | |
19 | |
20 <confdir:pcm/iec958.conf> | |
21 | |
22 AU8830.pcm.iec958.0 { | |
23 @args [ CARD AES0 AES1 AES2 AES3 ] | |
24 @args.CARD { | |
25 type string | |
26 } | |
27 @args.AES0 { | |
28 type integer | |
29 } | |
30 @args.AES1 { | |
31 type integer | |
32 } | |
33 @args.AES2 { | |
34 type integer | |
35 } | |
36 @args.AES3 { | |
37 type integer | |
38 } | |
39 type hw | |
40 card $CARD | |
41 device 1 | |
42 } |