Maurizio Dall'Acqua wrote:
> when I do:
>
> alsamixer -D equal
>
> I do have a CLI interface with which I can change the settings of the
> equalizer, but the new settings do not actually influence the sound played
> anymore.

As far as I can see, the only difference is the softvol plugin, and that
should not make any difference for the equal plugin.

Anyway, try reversing the order of the two plugins:

pcm.plugequal {
    type softvol
    slave.pcm {
        type equal
        slave.pcm "plug:dmix"
    }
    control.name "PCM Playback Volume"
    control.card 1
}


Regards,
Clemens

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to