Lines Matching refs:change

269 	int change;  in tumbler_put_master_volume()  local
276 change = mix->master_vol[0] != vol[0] || in tumbler_put_master_volume()
278 if (change) { in tumbler_put_master_volume()
283 return change; in tumbler_put_master_volume()
303 int change; in tumbler_put_master_switch() local
305 change = mix->master_switch[0] != ucontrol->value.integer.value[0] || in tumbler_put_master_switch()
307 if (change) { in tumbler_put_master_switch()
312 return change; in tumbler_put_master_switch()
418 int change; in tumbler_put_drc_value() local
431 change = mix->drc_range != val; in tumbler_put_drc_value()
432 if (change) { in tumbler_put_drc_value()
439 return change; in tumbler_put_drc_value()
459 int change; in tumbler_put_drc_switch() local
464 change = mix->drc_enable != ucontrol->value.integer.value[0]; in tumbler_put_drc_switch()
465 if (change) { in tumbler_put_drc_switch()
472 return change; in tumbler_put_drc_switch()
545 int change; in tumbler_put_mono() local
553 change = mix->mono_vol[info->index] != vol; in tumbler_put_mono()
554 if (change) { in tumbler_put_mono()
558 return change; in tumbler_put_mono()
693 int change; in snapper_put_mix() local
703 change = mix->mix_vol[idx][0] != vol[0] || in snapper_put_mix()
705 if (change) { in snapper_put_mix()
710 return change; in snapper_put_mix()
816 int change; in snapper_put_capture_source() local
818 change = ucontrol->value.enumerated.item[0] != mix->capture_source; in snapper_put_capture_source()
819 if (change) { in snapper_put_capture_source()
823 return change; in snapper_put_capture_source()