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 */
25 * unsigned int type - see SNDRV_CTL_TLVT_*
28 * block_length = (length + (sizeof(unsigned int) - 1)) &
29 * ~(sizeof(unsigned int) - 1)) ....
49 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ argument
52 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \
54 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument
56 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, 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. */
89 /* Accessor offsets for min, max items in db-linear type of TLV. */
106 #define SNDRV_CTL_TLVD_DB_GAIN_MUTE -9999999