Home
last modified time | relevance | path

Searched refs:TAS5805M_VOLUME_MAX (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dtas5805m.c153 #define TAS5805M_VOLUME_MAX ((int)ARRAY_SIZE(tas5805m_volume) - 1) macro
222 uinfo->value.integer.max = TAS5805M_VOLUME_MAX; in tas5805m_vol_info()
244 return (v >= TAS5805M_VOLUME_MIN) && (v <= TAS5805M_VOLUME_MAX); in volume_is_valid()