[alsa-devel] alsactl adds volume controls?
Raymond Yau
superquad.vortex2 at gmail.com
Mon Oct 11 03:34:45 CEST 2010
2010/10/8 Clemens Ladisch <clemens at ladisch.de>
> 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 at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
More information about the Alsa-devel
mailing list