Alsa is not that loud with the laptop speaker so I'm trying to add a preamp with the softvol plugin.
This works but makes it impossible to play multiple sounds at once (which works with an empty adound.conf).
Here is my asound.conf
Code: Select all
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.softvol {
type softvol
slave {
# pcm "dmix"
pcm "hw:1,0"
}
control {
name "Pre-Amp"
card 1
}
min_dB -5.0
max_dB 10.0
resolution 10
}
Best regards