Date:2011-08-23 07:38:47 (12 years 7 months ago)
Author:Xiangfu Liu
Commit:6b164a768ae290c5354faaf05a5ad336134a80d9
Message:Revert "nanonote-files: add software volume control" make arecord not working

This reverts commit 28188074d9424bade098257734cdb1c5d783055d.
Files: nanonote-files/script-files/etc/asound.conf (1 diff)

Change Details

nanonote-files/script-files/etc/asound.conf
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}

Archive Download the corresponding diff file



interactive