diff options
Diffstat (limited to 'include/uapi/sound/tlv.h')
-rw-r--r-- | include/uapi/sound/tlv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/uapi/sound/tlv.h b/include/uapi/sound/tlv.h index f3c198f8bee7..b4df440c015b 100644 --- a/include/uapi/sound/tlv.h +++ b/include/uapi/sound/tlv.h @@ -94,9 +94,6 @@ unsigned int name[] = { \ SNDRV_CTL_TLVD_DB_RANGE_ITEM(__VA_ARGS__) \ } -/* The below assumes that each item TLV is 4 words like DB_SCALE or LINEAR */ -#define SNDRV_CTL_TLVD_DB_RANGE_HEAD(num) \ - SNDRV_CTL_TLVT_DB_RANGE, 6 * (num) * sizeof(unsigned int) #define SNDRV_CTL_TLVD_DB_GAIN_MUTE -9999999 |