Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/
Dcontrol.c1087 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local
1096 lstep = 0; in sanity_check_int_value()
1102 lstep = info->value.integer.step; in sanity_check_int_value()
1108 lstep = info->value.integer64.step; in sanity_check_int_value()
1114 lstep = 0; in sanity_check_int_value()
1127 if (lstep) { in sanity_check_int_value()
1128 div64_u64_rem(lval, lstep, &rem); in sanity_check_int_value()
1135 control->id.index, lval, lstep, i); in sanity_check_int_value()