'Twas brillig, and Stas Sergeev at 27/09/10 05:48 did gyre and gimble:
Hello.
27.09.2010 04:58, Mark Brown wrote:
Is it possible to somehow mandate the use of a PCM plugin? For example, the PC-Speaker.conf defines the use of softvol plugin for "default" and "front" devices. It is still possible for the software to bypass it by the use of "hw", and some software does exactly that. Is it possible to somehow make some plugin a mandatory?
What is the actual problem you are trying to solve here? It's not possible to *mandate* anything to all users, if nothing else someone with administrative access can always rebuild whatever part of the system is trying to restrict them.
What I am trying to solve, is the problem that people have with my snd-pcsp driver. Pulseaudio uses "hw" to bypass some pcm plugins, and then people are left with the non-functional softvol control, and they blame my driver.
FWIW, PA does not actually use "hw" to open the device in most cases. It actually uses front, surround51 etc. etc.
The volume control pipeline can be summed up here if you're not already familiar with it: http://pulseaudio.org/wiki/PulseAudioStoleMyVolumes
which explains how the various mixer elements are used.
It is quite common however for incorrect dB data to be presented from drivers.
This can be rectified by calculating proper dB information and fixing up the driver. Some details can be found here: http://www.pulseaudio.org/wiki/BadDecibel
And today, one of the Canonical guys published his version of a tool to help here: http://thread.gmane.org/gmane.comp.audio.pulseaudio.general/7542
Hope this helps.
Col