diff --git a/nanonote-files/script-files/etc/asound.conf b/nanonote-files/script-files/etc/asound.conf new file mode 100644 index 0000000..866e358 --- /dev/null +++ b/nanonote-files/script-files/etc/asound.conf @@ -0,0 +1,26 @@ +pcm.!default { + type plug + slave { + pcm "softvol" + } +} +pcm.softvol { + type softvol + slave { + pcm "dmix" + } + control { + name "PCM" + card 0 + count 1 + } +} +# For OSS emulation +pcm.dsp0 { + type plug + slave.pcm "softvol" +} +ctl.mixer0 { + type hw + card 0 +}