Lines Matching refs:destination
3651 int destination; in snd_hdspm_get_mixer() local
3659 destination = ucontrol->value.integer.value[1]; in snd_hdspm_get_mixer()
3660 if (destination < 0) in snd_hdspm_get_mixer()
3661 destination = 0; in snd_hdspm_get_mixer()
3662 else if (destination >= HDSPM_MAX_CHANNELS) in snd_hdspm_get_mixer()
3663 destination = HDSPM_MAX_CHANNELS - 1; in snd_hdspm_get_mixer()
3668 hdspm_read_pb_gain(hdspm, destination, in snd_hdspm_get_mixer()
3672 hdspm_read_in_gain(hdspm, destination, source); in snd_hdspm_get_mixer()
3685 int destination; in snd_hdspm_put_mixer() local
3692 destination = ucontrol->value.integer.value[1]; in snd_hdspm_put_mixer()
3696 if (destination < 0 || destination >= HDSPM_MAX_CHANNELS) in snd_hdspm_put_mixer()
3704 change = gain != hdspm_read_pb_gain(hdspm, destination, in snd_hdspm_put_mixer()
3708 change = gain != hdspm_read_in_gain(hdspm, destination, in snd_hdspm_put_mixer()
3713 hdspm_write_pb_gain(hdspm, destination, in snd_hdspm_put_mixer()
3717 hdspm_write_in_gain(hdspm, destination, source, in snd_hdspm_put_mixer()