Lines Matching refs:destination
3400 int destination; in snd_hdspm_get_mixer() local
3408 destination = ucontrol->value.integer.value[1]; in snd_hdspm_get_mixer()
3409 if (destination < 0) in snd_hdspm_get_mixer()
3410 destination = 0; in snd_hdspm_get_mixer()
3411 else if (destination >= HDSPM_MAX_CHANNELS) in snd_hdspm_get_mixer()
3412 destination = HDSPM_MAX_CHANNELS - 1; in snd_hdspm_get_mixer()
3417 hdspm_read_pb_gain(hdspm, destination, in snd_hdspm_get_mixer()
3421 hdspm_read_in_gain(hdspm, destination, source); in snd_hdspm_get_mixer()
3434 int destination; in snd_hdspm_put_mixer() local
3441 destination = ucontrol->value.integer.value[1]; in snd_hdspm_put_mixer()
3445 if (destination < 0 || destination >= HDSPM_MAX_CHANNELS) in snd_hdspm_put_mixer()
3453 change = gain != hdspm_read_pb_gain(hdspm, destination, in snd_hdspm_put_mixer()
3457 change = gain != hdspm_read_in_gain(hdspm, destination, in snd_hdspm_put_mixer()
3462 hdspm_write_pb_gain(hdspm, destination, in snd_hdspm_put_mixer()
3466 hdspm_write_in_gain(hdspm, destination, source, in snd_hdspm_put_mixer()