Lines Matching refs:integer

141 		ch.integer = 1;
148 ch.integer = 1;
202 ch.integer = 1;
995 uinfo->value.integer.min = ECHOGAIN_MINOUT;
996 uinfo->value.integer.max = ECHOGAIN_MAXOUT;
1008 ucontrol->value.integer.value[c] = chip->output_gain[c];
1022 gain = ucontrol->value.integer.value[c];
1076 uinfo->value.integer.min = ECHOGAIN_MININP;
1077 uinfo->value.integer.max = ECHOGAIN_MAXINP;
1089 ucontrol->value.integer.value[c] = chip->input_gain[c];
1103 gain = ucontrol->value.integer.value[c];
1145 uinfo->value.integer.min = 0;
1146 uinfo->value.integer.max = 1;
1158 ucontrol->value.integer.value[c] = chip->nominal_level[c];
1172 if (chip->nominal_level[c] != ucontrol->value.integer.value[c]) {
1174 ucontrol->value.integer.value[c]);
1207 uinfo->value.integer.min = 0;
1208 uinfo->value.integer.max = 1;
1220 ucontrol->value.integer.value[c] =
1236 ucontrol->value.integer.value[c]) {
1238 ucontrol->value.integer.value[c]);
1270 uinfo->value.integer.min = ECHOGAIN_MINOUT;
1271 uinfo->value.integer.max = ECHOGAIN_MAXOUT;
1285 ucontrol->value.integer.value[0] = chip->monitor_gain[out][in];
1302 gain = ucontrol->value.integer.value[0];
1337 uinfo->value.integer.min = ECHOGAIN_MINOUT;
1338 uinfo->value.integer.max = ECHOGAIN_MAXOUT;
1348 ucontrol->value.integer.value[0] =
1365 gain = ucontrol->value.integer.value[0];
1368 if (chip->vmixer_gain[out][vch] != ucontrol->value.integer.value[0]) {
1370 set_vmixer_gain(chip, out, vch, ucontrol->value.integer.value[0]);
1613 ucontrol->value.integer.value[0] = chip->phantom_power;
1623 power = !!ucontrol->value.integer.value[0];
1656 ucontrol->value.integer.value[0] = chip->digital_in_automute;
1666 automute = !!ucontrol->value.integer.value[0];
1699 set_meters_on(chip, ucontrol->value.integer.value[0]);
1720 uinfo->value.integer.min = ECHOGAIN_MINOUT;
1721 uinfo->value.integer.max = 0;
1731 get_audio_meters(chip, ucontrol->value.integer.value);
1754 uinfo->value.integer.min = 0;
1755 uinfo->value.integer.max = 1 << ECHO_CLOCK_NUMBER;
1766 ucontrol->value.integer.value[0] = num_busses_in(chip);
1767 ucontrol->value.integer.value[1] = num_analog_busses_in(chip);
1768 ucontrol->value.integer.value[2] = num_busses_out(chip);
1769 ucontrol->value.integer.value[3] = num_analog_busses_out(chip);
1770 ucontrol->value.integer.value[4] = num_pipes_out(chip);
1783 ucontrol->value.integer.value[5] = clocks;