Lines Matching defs:source
1141 "No AutoSync source for requested rate\n");
2328 /* Notice that this looks at the requested sync source,
2615 int source;
2619 source = ucontrol->value.integer.value[0];
2622 if (source >= hdsp->max_channels)
2623 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels,destination);
2625 addr = hdsp_input_to_output_key(hdsp,source, destination);
2637 int source;
2645 source = ucontrol->value.integer.value[0];
2648 if (source >= hdsp->max_channels)
2649 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels, destination);
2651 addr = hdsp_input_to_output_key(hdsp,source, destination);