Lines Matching +full:5 +full:db
7 #define SNDRV_CTL_TLVT_DB_SCALE 1 /* dB scale */
9 #define SNDRV_CTL_TLVT_DB_RANGE 3 /* dB range container */
10 #define SNDRV_CTL_TLVT_DB_MINMAX 4 /* dB scale with min/max */
11 #define SNDRV_CTL_TLVT_DB_MINMAX_MUTE 5 /* dB scale with min/max with mute */
59 /* Accessor offsets for min, mute and step items in dB scale type TLV */
63 /* dB scale specified with min/max values instead of step */
77 /* Accessor offsets for min, max items in db-minmax types of TLV. */
81 /* linear volume between min_dB and max_dB (.01dB unit) */
89 /* Accessor offsets for min, max items in db-linear type of TLV. */
93 /* dB range container:
94 * Items in dB range container must be ordered by their values and by their
95 * dB values. This implies that larger values must correspond with larger
96 * dB values (which is also required for all other mixer controls).