Skip to content

Commit c4496ec

Browse files
committed
adapter
1 parent 1ebca4a commit c4496ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/module_adapter/module_adapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct comp_dev *module_adapter_new(const struct comp_driver *drv,
5959
*/
6060
struct comp_dev *module_adapter_new_ext(const struct comp_driver *drv,
6161
const struct comp_ipc_config *config, const void *spec,
62-
void *mod_priv, struct userspace_context* user_ctx)
62+
void *mod_priv, struct userspace_context *user_ctx)
6363
{
6464
int ret;
6565
struct comp_dev *dev;

0 commit comments

Comments
 (0)