Searched refs:SNDRV_CTL_TLVD_DB_SCALE_ITEM (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | tlv.h | 58 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ macro 65 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | tlv.h | 47 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ macro 54 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | tlv.h | 38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (min), ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0)) macro 39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) }
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | tlv.h | 38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (min), ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0)) macro 39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) }
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | tlv.h | 31 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ macro 38 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8991.c | 113 0x00, 0x2f, SNDRV_CTL_TLVD_DB_SCALE_ITEM(SNDRV_CTL_TLVD_DB_GAIN_MUTE, 0, 1), 114 0x30, 0x7f, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-7300, 100, 0), 117 0x00, 0xbf, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-71625, 375, 1), 118 0xc0, 0xff, SNDRV_CTL_TLVD_DB_SCALE_ITEM(0, 0, 0), 121 0x00, 0xef, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-71625, 375, 1), 122 0xf0, 0xff, SNDRV_CTL_TLVD_DB_SCALE_ITEM(17625, 0, 0), 125 0x00, 0x0c, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-3600, 300, 0), 126 0x0d, 0x0f, SNDRV_CTL_TLVD_DB_SCALE_ITEM(0, 0, 0),
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8991.c | 113 0x00, 0x2f, SNDRV_CTL_TLVD_DB_SCALE_ITEM(SNDRV_CTL_TLVD_DB_GAIN_MUTE, 0, 1), 114 0x30, 0x7f, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-7300, 100, 0), 117 0x00, 0xbf, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-71625, 375, 1), 118 0xc0, 0xff, SNDRV_CTL_TLVD_DB_SCALE_ITEM(0, 0, 0), 121 0x00, 0xef, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-71625, 375, 1), 122 0xf0, 0xff, SNDRV_CTL_TLVD_DB_SCALE_ITEM(17625, 0, 0), 125 0x00, 0x0c, SNDRV_CTL_TLVD_DB_SCALE_ITEM(-3600, 300, 0), 126 0x0d, 0x0f, SNDRV_CTL_TLVD_DB_SCALE_ITEM(0, 0, 0),
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | tlv.h | 21 #define TLV_DB_SCALE_ITEM SNDRV_CTL_TLVD_DB_SCALE_ITEM
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | tlv.h | 21 #define TLV_DB_SCALE_ITEM SNDRV_CTL_TLVD_DB_SCALE_ITEM
|
Completed in 5 milliseconds