Skip to content

Commit d0bfd0f

Browse files
committed
generic
1 parent 30b0bb6 commit d0bfd0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/include/sof/audio/module_adapter/module

src/include/sof/audio/module_adapter/module/generic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ struct comp_dev *module_adapter_new(const struct comp_driver *drv,
288288
struct userspace_context;
289289
struct comp_dev *module_adapter_new_ext(const struct comp_driver *drv,
290290
const struct comp_ipc_config *config, const void *spec,
291-
void *mod_priv, struct userspace_context* user_ctx);
291+
void *mod_priv, struct userspace_context *user_ctx);
292292
int module_adapter_prepare(struct comp_dev *dev);
293293
int module_adapter_params(struct comp_dev *dev, struct sof_ipc_stream_params *params);
294294
int module_adapter_copy(struct comp_dev *dev);

0 commit comments

Comments
 (0)