Skip to content

Commit

Permalink
mtl: copier-host: fix build issue
Browse files Browse the repository at this point in the history
After commit f639fc8 ("copier: rename parent_dev to dev") FW for MTL
platform is not building. This should be detected as merge conflict but it
went unnoticed.

Signed-off-by: Tomasz Leman <[email protected]>
  • Loading branch information
tmleman authored and kv2019i committed Aug 9, 2023
1 parent 2d1f53a commit 17cb6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/copier/copier_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ int copier_host_create(struct comp_dev *dev, struct copier_data *cd,

sync_group = (struct ipc4_copier_sync_group *)((void *)value_ptr);

ret = add_to_fpi_sync_group(parent_dev, hd, sync_group);
ret = add_to_fpi_sync_group(dev, hd, sync_group);
if (ret < 0)
return ret;
}
Expand Down

0 comments on commit 17cb6d9

Please sign in to comment.