Skip to content

Instantly share code, notes, and snippets.

@albertohm
Created December 2, 2013 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertohm/7748546 to your computer and use it in GitHub Desktop.
Save albertohm/7748546 to your computer and use it in GitHub Desktop.
Max sound on pulseaudio. Copy on /etc/asound.conf
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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment