Lines Matching +full:step +full:- +full:down
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
6 #define SNDRV_CTL_TLVT_CONTAINER 0 /* one level down - group of TLVs */
14 * channel-mapping TLV items
19 #define SNDRV_CTL_TLVT_CHMAP_PAIRED 0x103 /* pair-wise swappable */
23 * unsigned int type - see SNDRV_CTL_TLVT_*
26 * block_length = (length + (sizeof(unsigned int) - 1)) &
27 * ~(sizeof(unsigned int) - 1)) ....
47 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ argument
50 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \
52 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument
54 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, 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. */
87 /* Accessor offsets for min, max items in db-linear type of TLV. */
104 #define SNDRV_CTL_TLVD_DB_GAIN_MUTE -9999999