mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
ALSA: vx: use correct function name in kernel-doc comment
Use the correct function name to avoid a kernel-doc warning (when W=1 is used): vx_cmd.h:210: warning: expecting prototype for vx_send_pipe_cmd_params(). Prototype was for vx_set_pipe_cmd_params() instead Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260216060010.2784438-1-rdunlap@infradead.org
This commit is contained in:
parent
4f01559b5e
commit
2866156e77
|
|
@ -199,7 +199,7 @@ struct vx_cmd_info {
|
|||
void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd);
|
||||
|
||||
/**
|
||||
* vx_send_pipe_cmd_params - fill first command word for pipe commands
|
||||
* vx_set_pipe_cmd_params - fill first command word for pipe commands
|
||||
* @rmh: the rmh to be modified
|
||||
* @is_capture: 0 = playback, 1 = capture operation
|
||||
* @param1: first pipe-parameter
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user