Lines Matching defs:source
1136 "No AutoSync source for requested rate\n");
2326 /* Notice that this looks at the requested sync source,
2613 int source;
2617 source = ucontrol->value.integer.value[0];
2620 if (source >= hdsp->max_channels)
2621 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels,destination);
2623 addr = hdsp_input_to_output_key(hdsp,source, destination);
2635 int source;
2643 source = ucontrol->value.integer.value[0];
2646 if (source >= hdsp->max_channels)
2647 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels, destination);
2649 addr = hdsp_input_to_output_key(hdsp,source, destination);