Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: hda - Fix kerneldoc errors in patch_ca0132.c

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+6 -5
+6 -5
sound/pci/hda/patch_ca0132.c
··· 2417 2417 * @reloc: Relocation address for loading single-segment overlays, or 0 for 2418 2418 * no relocation 2419 2419 * @sample_rate: sampling rate of the stream used for DSP download 2420 - * @number_channels: channels of the stream used for DSP download 2420 + * @channels: channels of the stream used for DSP download 2421 2421 * @ovly: TRUE if overlay format is required 2422 2422 * 2423 2423 * Returns zero or a negative error code. ··· 2556 2556 } 2557 2557 2558 2558 /** 2559 - * Download DSP from a DSP Image Fast Load structure. This structure is a 2560 - * linear, non-constant sized element array of structures, each of which 2561 - * contain the count of the data to be loaded, the data itself, and the 2562 - * corresponding starting chip address of the starting data location. 2559 + * dspload_image - Download DSP from a DSP Image Fast Load structure. 2563 2560 * 2564 2561 * @codec: the HDA codec 2565 2562 * @fls: pointer to a fast load image ··· 2567 2570 * @router_chans: number of audio router channels to be allocated (0 means use 2568 2571 * internal defaults; max is 32) 2569 2572 * 2573 + * Download DSP from a DSP Image Fast Load structure. This structure is a 2574 + * linear, non-constant sized element array of structures, each of which 2575 + * contain the count of the data to be loaded, the data itself, and the 2576 + * corresponding starting chip address of the starting data location. 2570 2577 * Returns zero or a negative error code. 2571 2578 */ 2572 2579 static int dspload_image(struct hda_codec *codec,