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()
417 int change; in tumbler_put_drc_value() local
429 change = mix->drc_range != val; in tumbler_put_drc_value()
430 if (change) { in tumbler_put_drc_value()
437 return change; in tumbler_put_drc_value()
456 int change; in tumbler_put_drc_switch() local
460 change = mix->drc_enable != ucontrol->value.integer.value[0]; in tumbler_put_drc_switch()
461 if (change) { in tumbler_put_drc_switch()
468 return change; in tumbler_put_drc_switch()
540 int change; in tumbler_put_mono() local
547 change = mix->mono_vol[info->index] != vol; in tumbler_put_mono()
548 if (change) { in tumbler_put_mono()
552 return change; in tumbler_put_mono()
686 int change; in snapper_put_mix() local
695 change = mix->mix_vol[idx][0] != vol[0] || in snapper_put_mix()
697 if (change) { in snapper_put_mix()
702 return change; in snapper_put_mix()
806 int change; in snapper_put_capture_source() local
808 change = ucontrol->value.enumerated.item[0] != mix->capture_source; in snapper_put_capture_source()
809 if (change) { in snapper_put_capture_source()
813 return change; in snapper_put_capture_source()