I have seen @dancytron posting before.
viewtopic.php?p=63912#p63912
I thought to test it since I have some laptops that have this issue.
I created /etc/asound.conf
Code: Select all
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.softvol {
type softvol
slave {
pcm "dmix"
}
control {
name "Pre-Amp"
card 0
}
min_dB -5.0
max_dB 20.0
resolution 6
}
I could not get Pre-Amp setting to show up.
.
.
.
https://alien.slackbook.org/blog/adding ... nd-levels/
I read the link and also tried what's suggested there, on different laptops with fresh Bookworm frugal install.
i.e swap 'plug' with 'hw' etc.
But none showed Pre-Amp setting. I reboot with each config changes just to be sure.
What did I miss?