• Home
  • Raw
  • Download

Lines Matching refs:change

283 	int change;  in tumbler_put_master_volume()  local
290 change = mix->master_vol[0] != vol[0] || in tumbler_put_master_volume()
292 if (change) { in tumbler_put_master_volume()
297 return change; in tumbler_put_master_volume()
317 int change; in tumbler_put_master_switch() local
319 change = mix->master_switch[0] != ucontrol->value.integer.value[0] || in tumbler_put_master_switch()
321 if (change) { in tumbler_put_master_switch()
326 return change; in tumbler_put_master_switch()
431 int change; in tumbler_put_drc_value() local
443 change = mix->drc_range != val; in tumbler_put_drc_value()
444 if (change) { in tumbler_put_drc_value()
451 return change; in tumbler_put_drc_value()
470 int change; in tumbler_put_drc_switch() local
474 change = mix->drc_enable != ucontrol->value.integer.value[0]; in tumbler_put_drc_switch()
475 if (change) { in tumbler_put_drc_switch()
482 return change; in tumbler_put_drc_switch()
554 int change; in tumbler_put_mono() local
561 change = mix->mono_vol[info->index] != vol; in tumbler_put_mono()
562 if (change) { in tumbler_put_mono()
566 return change; in tumbler_put_mono()
700 int change; in snapper_put_mix() local
709 change = mix->mix_vol[idx][0] != vol[0] || in snapper_put_mix()
711 if (change) { in snapper_put_mix()
716 return change; in snapper_put_mix()
820 int change; in snapper_put_capture_source() local
822 change = ucontrol->value.enumerated.item[0] != mix->capture_source; in snapper_put_capture_source()
823 if (change) { in snapper_put_capture_source()
827 return change; in snapper_put_capture_source()