SliTaz SliTaz Forum

You are not logged in.

#1 2014-09-03 18:20:28

brainlessmutant
Member
Registered: 2014-08-04
Posts: 40

[alsa] adding pre-amp to asound.conf

Hi,

I need to boost the volume of my computer, on internet there is some articles about adding a amplifier to alsa. None of them worked for me so far...

any idea how I could set this ?

Offline

#2 2014-09-03 19:43:23

brainlessmutant
Member
Registered: 2014-08-04
Posts: 40

Re: [alsa] adding pre-amp to asound.conf

here my /et/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

}

#EOF

this one works but the "pre-amp" appears only after some application has been launched (e.g. firefox)

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]