Searched refs:destination (Results 1 – 4 of 4) sorted by relevance
/sound/firewire/ |
D | fcp.c | 167 int tcode, int destination, int source, in fcp_response() argument
|
D | scs1x.c | 338 int tcode, int destination, int source, int generation, in handle_hss() argument
|
/sound/pci/rme9652/ |
D | hdspm.c | 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() [all …]
|
D | hdsp.c | 2679 int destination; in snd_hdsp_get_mixer() local 2683 destination = ucontrol->value.integer.value[1]; in snd_hdsp_get_mixer() 2686 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels,destination); in snd_hdsp_get_mixer() 2688 addr = hdsp_input_to_output_key(hdsp,source, destination); in snd_hdsp_get_mixer() 2701 int destination; in snd_hdsp_put_mixer() local 2709 destination = ucontrol->value.integer.value[1]; in snd_hdsp_put_mixer() 2712 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels, destination); in snd_hdsp_put_mixer() 2714 addr = hdsp_input_to_output_key(hdsp,source, destination); in snd_hdsp_put_mixer()
|