Lines Matching refs:change

1603 	int change = 0;  in snd_hda_mixer_amp_volume_put()  local
1606 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
1610 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
1611 return change; in snd_hda_mixer_amp_volume_put()
2238 int change = 0; in snd_hda_mixer_amp_switch_put() local
2241 change = snd_hda_codec_amp_update(codec, nid, 0, dir, idx, in snd_hda_mixer_amp_switch_put()
2247 change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx, in snd_hda_mixer_amp_switch_put()
2251 return change; in snd_hda_mixer_amp_switch_put()
2302 int i, indices, err = 0, change = 0; in snd_hda_mixer_bind_switch_put() local
2313 change |= err; in snd_hda_mixer_bind_switch_put()
2317 return err < 0 ? err : change; in snd_hda_mixer_bind_switch_put()
2385 int err = 0, change = 0; in snd_hda_mixer_bind_ctls_put() local
2394 change |= err; in snd_hda_mixer_bind_ctls_put()
2398 return err < 0 ? err : change; in snd_hda_mixer_bind_ctls_put()
2590 int change; in snd_hda_spdif_default_put() local
2601 change = spdif->ctls != val; in snd_hda_spdif_default_put()
2603 if (change && nid != (u16)-1) in snd_hda_spdif_default_put()
2606 return change; in snd_hda_spdif_default_put()
2644 int change; in snd_hda_spdif_out_switch_put() local
2652 change = spdif->ctls != val; in snd_hda_spdif_out_switch_put()
2654 if (change && nid != (u16)-1) in snd_hda_spdif_out_switch_put()
2657 return change; in snd_hda_spdif_out_switch_put()
2893 int change; in snd_hda_spdif_in_switch_put() local
2896 change = codec->spdif_in_enable != val; in snd_hda_spdif_in_switch_put()
2897 if (change) { in snd_hda_spdif_in_switch_put()
2903 return change; in snd_hda_spdif_in_switch_put()