Low volume workaround for snd_hda_intel in Linux

Add this to your /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
  }

Reboot after so that it takes effect.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.