Lines Matching defs:values

176 /* some gui mixers can't handle negative ctl values */
257 * The compressor parameters are 32-bit fixed point values with 24
258 * bits of fraction. Integer values are sufficient for the parameters
299 /* Maximum number of filter coefficient values */
340 /* Autogain target values */
364 * raw_autogain_status values.
367 * The other status values are from the raw_autogain_status value + 1.
571 * mute set to 1. 0x02 and 0x03 are temporary values while the device
2541 /* Send a SCARLETT2_USB_SET_DATA command with multiple values.
2544 * count: number of values
2704 * multiple values
2735 /* Write the new values */
2800 * and put the values into private->mix[]
2834 * (values obtained from private->mix[])
2945 * In addition, the meter level data values returned from the
2948 * - the source is "Off"; therefore we set those values to zero (map
2952 * mux_assignment order) destination; therefore we set those values
3136 * current/next state. This won't have any effect on values which are
3941 char **values = kcalloc(inputs, sizeof(char *), GFP_KERNEL);
3943 if (!values)
3962 values[j++] = kasprintf(
3966 values[j++] = kasprintf(
3972 (const char * const *)values);
3978 kfree(values[i]);
3979 kfree(values);
4406 static const char *const values[2] = {
4411 uinfo, 1, 2, values);
4767 static const char *const values[2] = {
4771 return snd_ctl_enum_info(uinfo, 1, 2, values);
4911 static const char *const values[2] = {
4930 err = snd_ctl_enum_info(uinfo, 1, 2, values);
5197 static const char *const values[3] = {
5216 err = snd_ctl_enum_info(uinfo, 1, 3, values);
5582 /* Get filter switch values */
5596 /* Get pre-compressor filter values directly */
5607 /* PEQ filter values need to be copied via buffer because of
5685 /* Check if any of the values have changed; if not, return */
5696 /* Update the values */
5748 /* Check if any of the values have changed; if not, return */
5759 /* Update the values */
6202 static const char *const values[3] = {
6206 return snd_ctl_enum_info(uinfo, 1, 3, values);
6372 static const char *const values[3] = {
6376 return snd_ctl_enum_info(uinfo, 1, 3, values);
7231 static const char *const values[3] = {
7235 return snd_ctl_enum_info(uinfo, 1, 3, values);
7800 static const char *const values[3] = {
7804 return snd_ctl_enum_info(uinfo, 1, 3, values);