We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f37de7 commit 4c7cee1Copy full SHA for 4c7cee1
src/audio/copier.c
@@ -239,9 +239,7 @@ static struct comp_dev *copier_new(const struct comp_driver *drv,
239
list_init(&dev->bsource_list);
240
list_init(&dev->bsink_list);
241
242
- if (IPC4_INVALID_NODE_ID == copier->gtw_cfg.node_id) {
243
- //nothing to do for converter
244
- } else {
+ if (copier->gtw_cfg.node_id != IPC4_INVALID_NODE_ID) {
245
struct ipc_comp_dev *ipc_pipe;
246
247
node_id.dw = copier->gtw_cfg.node_id;
0 commit comments