Skip to content

Commit

Permalink
component: fix doxygen args
Browse files Browse the repository at this point in the history
Spec is missing and config was incorrect.

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
  • Loading branch information
cujomalainey committed Oct 9, 2024
1 parent af55b45 commit 4fb0023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/sof/audio/component.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fb0023

Please sign in to comment.