Home
last modified time | relevance | path

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

/linux/sound/core/
A Dcontrol.c877 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local
886 lstep = 0; in sanity_check_int_value()
892 lstep = info->value.integer.step; in sanity_check_int_value()
898 lstep = info->value.integer64.step; in sanity_check_int_value()
904 lstep = 0; in sanity_check_int_value()
916 if (lstep) { in sanity_check_int_value()
917 div64_u64_rem(lval, lstep, &rem); in sanity_check_int_value()
923 control->id.index, lval, lstep, i); in sanity_check_int_value()

Completed in 7 milliseconds