Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/line6/
H A Dpodhd.c252 static const unsigned int float_zero_to_one_lookup[] = { variable
298 if (value >= ARRAY_SIZE(float_zero_to_one_lookup)) in podhd_set_monitor_level()
299 value = ARRAY_SIZE(float_zero_to_one_lookup) - 1; in podhd_set_monitor_level()
301 fl = float_zero_to_one_lookup[value]; in podhd_set_monitor_level()
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c4116 static const unsigned int float_zero_to_one_lookup[] = { variable
5762 ca0132_alt_slider_ctl_set(codec, nid, float_zero_to_one_lookup, idx); in ca0132_alt_effect_slider_put()