aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/alsa-state/alsa-state/asound.conf
blob: 373f5df86e4557f499b93b319063873cb067755f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
pcm.!default {
       type asym
       playback.pcm "dmixer"
       capture.pcm "dsnooper"
}

pcm.dmixer  {
        type dmix
        ipc_key 1024
        slave {
                pcm "hw:Generic_1,0"
                period_time 0
                period_size 1024
                buffer_size 4096
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}

pcm.dsnooper  {
        type dsnoop
        ipc_key 1025
        slave {
                pcm "hw:Generic_1,0"
                period_time 0
                period_size 1024
                buffer_size 4096
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}

ctl.!default {
        type hw
        card Generic_1
}

ctl.dmixer {
        type hw
        card Generic_1
}