···24172417 * @reloc: Relocation address for loading single-segment overlays, or 0 for24182418 * no relocation24192419 * @sample_rate: sampling rate of the stream used for DSP download24202420- * @number_channels: channels of the stream used for DSP download24202420+ * @channels: channels of the stream used for DSP download24212421 * @ovly: TRUE if overlay format is required24222422 *24232423 * Returns zero or a negative error code.···25562556}2557255725582558/**25592559- * Download DSP from a DSP Image Fast Load structure. This structure is a25602560- * linear, non-constant sized element array of structures, each of which25612561- * contain the count of the data to be loaded, the data itself, and the25622562- * corresponding starting chip address of the starting data location.25592559+ * dspload_image - Download DSP from a DSP Image Fast Load structure.25632560 *25642561 * @codec: the HDA codec25652562 * @fls: pointer to a fast load image···25672570 * @router_chans: number of audio router channels to be allocated (0 means use25682571 * internal defaults; max is 32)25692572 *25732573+ * Download DSP from a DSP Image Fast Load structure. This structure is a25742574+ * linear, non-constant sized element array of structures, each of which25752575+ * contain the count of the data to be loaded, the data itself, and the25762576+ * corresponding starting chip address of the starting data location.25702577 * Returns zero or a negative error code.25712578 */25722579static int dspload_image(struct hda_codec *codec,