Re: alsactl adds volume controls?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2010/10/8 Clemens Ladisch <clemens@xxxxxxxxxx>

> Colin Guthrie wrote:
> > What is odd about this tho', is that the flag for min is mute (0x10000)
> > is checked on tlv[3] which is also used here for the "max" value.
>
> SND_CTL_TLVT_DB_SCALE uses a flag in tlv[3] to indicate min-is-mute, but
> SND_CTL_TLVT_DB_MINMAX has a variant SND_CTL_TLVT_DB_MINMAX_MUTE.
> (The HDA driver uses DB_SCALE).
>
> > +       if (db_gain <= min) {
> >                 *value = rangemin;
> > +               if (xdir > 0 && (tlv[3] & 0x10000) && db_gain >
> SND_CTL_TLV_DB_GAIN_MUTE)
> > +                       *value = rangemin + 1;
>
> This should go at the same place in the SND_CTL_TLVT_DB_SCALE branch.
>
>
> Regards,
> Clemens
>


How about softvol plugin , the dB scale seem wrong, it alwaysl mute at
min_dB even if I change min_dB to -21 ?

> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@xxxxxxxxxxxxxxxx
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel


[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux