Lines Matching refs:change

1400 	int change = 0;  in snd_hda_mixer_amp_volume_put()  local
1403 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
1407 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
1408 return change; in snd_hda_mixer_amp_volume_put()
2035 int change = 0; in snd_hda_mixer_amp_switch_put() local
2038 change = snd_hda_codec_amp_update(codec, nid, 0, dir, idx, in snd_hda_mixer_amp_switch_put()
2044 change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx, in snd_hda_mixer_amp_switch_put()
2048 return change; in snd_hda_mixer_amp_switch_put()
2099 int i, indices, err = 0, change = 0; in snd_hda_mixer_bind_switch_put() local
2110 change |= err; in snd_hda_mixer_bind_switch_put()
2114 return err < 0 ? err : change; in snd_hda_mixer_bind_switch_put()
2182 int err = 0, change = 0; in snd_hda_mixer_bind_ctls_put() local
2191 change |= err; in snd_hda_mixer_bind_ctls_put()
2195 return err < 0 ? err : change; in snd_hda_mixer_bind_ctls_put()
2387 int change; in snd_hda_spdif_default_put() local
2398 change = spdif->ctls != val; in snd_hda_spdif_default_put()
2400 if (change && nid != (u16)-1) in snd_hda_spdif_default_put()
2403 return change; in snd_hda_spdif_default_put()
2441 int change; in snd_hda_spdif_out_switch_put() local
2449 change = spdif->ctls != val; in snd_hda_spdif_out_switch_put()
2451 if (change && nid != (u16)-1) in snd_hda_spdif_out_switch_put()
2454 return change; in snd_hda_spdif_out_switch_put()
2690 int change; in snd_hda_spdif_in_switch_put() local
2693 change = codec->spdif_in_enable != val; in snd_hda_spdif_in_switch_put()
2694 if (change) { in snd_hda_spdif_in_switch_put()
2700 return change; in snd_hda_spdif_in_switch_put()