Alexander Schlarb wrote:
I have a DeLock USB audio device with an C-Media audio chip. When changing the volume in alsamixer there is no problem, but when changing the volume through any PulseAudio frontend (in my case either pavucontrol or veromix-plasmoid), all volumes below 30% in the GUI are shown as 0% in alsamixer and no sound is played. The PulseAudio wiki[2] blames this on ALSA for exporting incorrect dB information. However there is a StackExchange answer[3] which suggests adding the parameter ignore_dB=1 in /etc/pulse/default.pa which fixed the issue, so I'm not sure if this is indeed ALSAs fault?
ALSA exports the dB information that is reported by the device.
It might be possible to override this information in the driver if you can determine what the actual mapping between raw mixer values and dB is.
Regards, Clemens