repo.or.cz
/
usefulcode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MMC CARD
[usefulcode.git]
/
autopm
/
ramdisk
/
usr
/
local
/
aplay
/
share
/
alsa
/
pcm
/
dpl.conf
blob
1009bb384d58608129eb078f6df218026c5c8cc9
1
pcm.!dpl {
2
@args [ SLAVE ]
3
@args.SLAVE {
4
type string
5
}
6
type route
7
slave.pcm $SLAVE
8
slave.channels 2
9
# input: FL/FR/SL/SR/C/LFE
10
# S=SL+SR, LFE not used
11
ttable.0.0 1
12
ttable.1.1 1
13
ttable.2.0 0.707
14
ttable.2.1 -0.707
15
ttable.3.0 0.707
16
ttable.3.1 -0.707
17
ttable.4.0 0.707
18
ttable.4.1 0.707
19
ttable.5.0 0
20
ttable.5.1 0
21
}
22
23
pcm.!dpl2 {
24
@args [SLAVE]
25
@args.SLAVE {
26
type string
27
}
28
type route
29
slave.pcm $SLAVE
30
slave.channels 2
31
# input: FL/FR/SL/SR/C/LFE
32
# LFE not used
33
ttable.0.0 1
34
ttable.1.1 1
35
ttable.2.0 0.866
36
ttable.2.1 -0.5
37
ttable.3.0 0.5
38
ttable.3.1 -0.866
39
ttable.4.0 0.707
40
ttable.4.1 0.707
41
ttable.5.0 0
42
ttable.5.1 0
43
}