Lines Matching +full:0 +full:x102
6 #define SNDRV_CTL_TLVT_CONTAINER 0 /* one level down - group of TLVs */
17 #define SNDRV_CTL_TLVT_CHMAP_FIXED 0x101 /* fixed channel position */
18 #define SNDRV_CTL_TLVT_CHMAP_VAR 0x102 /* channels freely swappable */
19 #define SNDRV_CTL_TLVT_CHMAP_PAIRED 0x103 /* pair-wise swappable */
21 #define SNDRV_CTL_TLVT_FCP_CHANNEL_LABELS 0x110 /* channel labels */
37 #define SNDRV_CTL_TLVO_TYPE 0
47 #define SNDRV_CTL_TLVD_DB_SCALE_MASK 0xffff
48 #define SNDRV_CTL_TLVD_DB_SCALE_MUTE 0x10000
53 ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0))