Root/nanonote-files/script-files/etc/asound.conf

Source at commit 2818807 created 12 years 7 months ago.
By Xiangfu Liu, nanonote-files: add software volume control
1pcm.!default {
2    type plug
3    slave {
4        pcm "softvol"
5    }
6}
7pcm.softvol {
8    type softvol
9    slave {
10        pcm "dmix"
11    }
12    control {
13        name "PCM"
14        card 0
15        count 1
16    }
17}
18# For OSS emulation
19pcm.dsp0 {
20    type plug
21    slave.pcm "softvol"
22}
23ctl.mixer0 {
24    type hw
25    card 0
26}
27

Archive Download this file



interactive