max_dB             73 include/uapi/sound/tlv.h #define SNDRV_CTL_TLVD_DB_MINMAX_ITEM(min_dB, max_dB) \
max_dB             74 include/uapi/sound/tlv.h 	SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_MINMAX, (min_dB), (max_dB))
max_dB             75 include/uapi/sound/tlv.h #define SNDRV_CTL_TLVD_DB_MINMAX_MUTE_ITEM(min_dB, max_dB) \
max_dB             76 include/uapi/sound/tlv.h 	SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_MINMAX_MUTE, (min_dB), (max_dB))
max_dB             77 include/uapi/sound/tlv.h #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name, min_dB, max_dB) \
max_dB             79 include/uapi/sound/tlv.h 		SNDRV_CTL_TLVD_DB_MINMAX_ITEM(min_dB, max_dB) \
max_dB             81 include/uapi/sound/tlv.h #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX_MUTE(name, min_dB, max_dB) \
max_dB             83 include/uapi/sound/tlv.h 		SNDRV_CTL_TLVD_DB_MINMAX_MUTE_ITEM(min_dB, max_dB) \
max_dB             91 include/uapi/sound/tlv.h #define SNDRV_CTL_TLVD_DB_LINEAR_ITEM(min_dB, max_dB) \
max_dB             92 include/uapi/sound/tlv.h 	SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_LINEAR, (min_dB), (max_dB))
max_dB             93 include/uapi/sound/tlv.h #define SNDRV_CTL_TLVD_DECLARE_DB_LINEAR(name, min_dB, max_dB) \
max_dB             95 include/uapi/sound/tlv.h 		SNDRV_CTL_TLVD_DB_LINEAR_ITEM(min_dB, max_dB) \