Maurizio Dall'Acqua wrote:
> On Fri, March 3, 2017 20:26, Clemens Ladisch wrote:
>> Maurizio Dall'Acqua wrote:
>>> numid=22,iface=MIXER,name='PCM Playback Volume'
>>> numid=23,iface=MIXER,name='hdmi_volume'
>>
>> These look suspicious.  Did you at any time try the softvol plugin?
>
> No, I haven't tried softvol plugin.

Then I guess the default configuration for your card already uses the
softvol plugin.  This means that to keep the softvol functionality, you
have to refer to the "default" device (which is not possible if you're
redefining it), or insert it yourself:

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


Regards,
Clemens

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to