Re: [Alsa-user] custom controls for alsamixer

2017-05-21 Thread Clemens Ladisch
Stefan Sauer wrote: > Can I apply softvol to an input? Yes. Regards, Clemens -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___

Re: [Alsa-user] custom controls for alsamixer

2017-05-21 Thread Stefan Sauer
On 05/18/2017 06:04 PM, Clemens Ladisch wrote: > Stefan Sauer wrote: >> pcm.micboost { >> type route >> slave.pcm dsnoop >> ttable { >> 0.0 30.0 >> 1.1 30.0 >> } >> } >> >> The hardware has no mixer. Now we'd like to make the "30.0" a value to >> be exposed as a cont

Re: [Alsa-user] custom controls for alsamixer

2017-05-18 Thread Clemens Ladisch
Stefan Sauer wrote: > pcm.micboost { > type route > slave.pcm dsnoop > ttable { > 0.0 30.0 > 1.1 30.0 > } > } > > The hardware has no mixer. Now we'd like to make the "30.0" a value to > be exposed as a control, so that e.g. alsamixer would show it. If seen > that th

[Alsa-user] custom controls for alsamixer

2017-05-18 Thread Stefan Sauer
Hi, for a raspberry pi i2s audio addon we use this snippet in the asoundrc: pcm.micboost { type route slave.pcm dsnoop ttable { 0.0 30.0 1.1 30.0 } } The hardware has no mixer. Now we'd like to make the "30.0" a value to be exposed as a control, so that e.g. alsam