Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/audio/google/google_hotword_detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static struct comp_dev *ghd_create(const struct comp_driver *drv,
if (!dev)
return NULL;

dev->drv = drv;
dev->ipc_config = *config;

/* Create private component data */
Expand Down
1 change: 0 additions & 1 deletion src/audio/module_adapter/module_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ struct comp_dev *module_adapter_new(const struct comp_driver *drv,
return NULL;
}
dev->ipc_config = *config;
dev->drv = drv;

/* allocate module information.
* for DP shared modules this struct must be accessible from all cores
Expand Down
6 changes: 0 additions & 6 deletions zephyr/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ static int boot_complete(void)

int start_complete(void)
{
#if defined(CONFIG_IMX)
#define SOF_IPC_QUEUED_DOMAIN SOF_SCHEDULE_LL_DMA
#else
#define SOF_IPC_QUEUED_DOMAIN SOF_SCHEDULE_LL_TIMER
#endif

/*
* called from primary_core_init(), track state here
* (only called from single core, no RMW lock)
Expand Down