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 */
57 /* Accessor offsets for min, mute and step items in dB scale type TLV */
61 /* dB scale specified with min/max values instead of step */
75 /* Accessor offsets for min, max items in db-minmax types of TLV. */
79 /* linear volume between min_dB and max_dB (.01dB unit) */
87 /* Accessor offsets for min, max items in db-linear type of TLV. */
91 /* dB range container:
92 * Items in dB range container must be ordered by their values and by their
93 * dB values. This implies that larger values must correspond with larger
94 * dB values (which is also required for all other mixer controls).