Home
last modified time | relevance | path

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

/linux-6.15/sound/core/
H A Dcontrol.c1013 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local
1022 lstep = 0; in sanity_check_int_value()
1028 lstep = info->value.integer.step; in sanity_check_int_value()
1034 lstep = info->value.integer64.step; in sanity_check_int_value()
1040 lstep = 0; in sanity_check_int_value()
1053 if (lstep) { in sanity_check_int_value()
1054 div64_u64_rem(lval, lstep, &rem); in sanity_check_int_value()
1061 control->id.index, lval, lstep, i); in sanity_check_int_value()