Lines Matching refs:change
1323 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local
1329 change = nval != ice->pro_volumes[priv_idx]; in snd_ice1712_pro_mixer_switch_put()
1333 return change; in snd_ice1712_pro_mixer_switch_put()
1365 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local
1371 change = nval != ice->pro_volumes[priv_idx]; in snd_ice1712_pro_mixer_volume_put()
1375 return change; in snd_ice1712_pro_mixer_volume_put()
1859 int change = 0; in snd_ice1712_pro_internal_clock_put() local
1871 change = inb(ICEMT(ice, RATE)) != oval; in snd_ice1712_pro_internal_clock_put()
1878 return change; in snd_ice1712_pro_internal_clock_put()
1937 int change = 0; in snd_ice1712_pro_internal_clock_default_put() local
1941 change = PRO_RATE_DEFAULT != oval; in snd_ice1712_pro_internal_clock_default_put()
1943 return change; in snd_ice1712_pro_internal_clock_default_put()
1967 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local
1971 change = PRO_RATE_LOCKED != nval; in snd_ice1712_pro_rate_locking_put()
1974 return change; in snd_ice1712_pro_rate_locking_put()
1998 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local
2002 change = PRO_RATE_RESET != nval; in snd_ice1712_pro_rate_reset_put()
2005 return change; in snd_ice1712_pro_rate_reset_put()
2063 int change, shift; in snd_ice1712_pro_route_analog_put() local
2081 change = val != old_val; in snd_ice1712_pro_route_analog_put()
2082 if (change) in snd_ice1712_pro_route_analog_put()
2086 return change; in snd_ice1712_pro_route_analog_put()
2102 change = 1; in snd_ice1712_pro_route_analog_put()
2106 return change; in snd_ice1712_pro_route_analog_put()
2133 int change, shift; in snd_ice1712_pro_route_spdif_put() local
2161 change = val != old_val; in snd_ice1712_pro_route_spdif_put()
2162 if (change) in snd_ice1712_pro_route_spdif_put()
2165 return change; in snd_ice1712_pro_route_spdif_put()
2209 int change; in snd_ice1712_pro_volume_rate_put() local
2212 change = inb(ICEMT(ice, MONITOR_RATE)) != ucontrol->value.integer.value[0]; in snd_ice1712_pro_volume_rate_put()
2215 return change; in snd_ice1712_pro_volume_rate_put()