Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/alsa/cards/PMacToonie.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 PMac Toonie | |
3 # | |
4 | |
5 <confdir:pcm/front.conf> | |
6 | |
7 PMacToonie.pcm.front.0 { | |
8 @args [ CARD ] | |
9 @args.CARD { | |
10 type string | |
11 } | |
12 type softvol | |
13 slave.pcm { | |
14 type hw | |
15 card $CARD | |
16 } | |
17 control { | |
18 name "PCM Playback Volume" | |
19 card $CARD | |
20 } | |
21 } | |
22 | |
23 # default with dmix+softvol & dsnoop | |
24 PMacToonie.pcm.default { | |
25 @args [ CARD ] | |
26 @args.CARD { | |
27 type string | |
28 } | |
29 type asym | |
30 playback.pcm { | |
31 type plug | |
32 slave.pcm { | |
33 type softvol | |
34 slave.pcm { | |
35 @func concat | |
36 strings [ "dmix:CARD=" $CARD ",FORMAT=S16_BE" ] | |
37 } | |
38 control { | |
39 name "PCM Playback Volume" | |
40 card $CARD | |
41 } | |
42 } | |
43 } | |
44 capture.pcm { | |
45 type plug | |
46 slave.pcm { | |
47 @func concat | |
48 strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16_BE" ] | |
49 } | |
50 } | |
51 } |