From 4fb0023e0b020f859ca8f0465d0ee3f753df1d06 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Wed, 9 Oct 2024 15:34:35 -0700 Subject: [PATCH] component: fix doxygen args Spec is missing and config was incorrect. Signed-off-by: Curtis Malainey --- src/include/sof/audio/component.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/sof/audio/component.h b/src/include/sof/audio/component.h index 483a32439e56..d3ea73255f29 100644 --- a/src/include/sof/audio/component.h +++ b/src/include/sof/audio/component.h @@ -282,7 +282,8 @@ struct comp_ops { /** * Creates a new component device. * @param drv Parent component driver. - * @param comp Component parameters. + * @param ipc_config Component parameters. + * @param spec Pointer to initialization data * @return Pointer to the new component device. * * All required data objects should be allocated from the run-time