Skip to content

Commit bb8d6ba

Browse files
iuliana-prodandbaluta
authored andcommitted
Revert "module_adapter: avoid module init crash in case of ipc data invalid"
This reverts 'commit e847c8b ("module_adapter: avoid module init crash in case of ipc data invalid")'. No data is not an invalid case for mixer, for example. Fixes: thesofproject#8265 Signed-off-by: Iuliana Prodan <[email protected]>
1 parent 7a11e27 commit bb8d6ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/audio/module_adapter/module_adapter_ipc3.c

-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ int module_adapter_init_data(struct comp_dev *dev,
7979
return ret;
8080
}
8181
dst->init_data = dst->data;
82-
} else {
83-
return -EINVAL;
8482
}
8583

8684
return 0;

0 commit comments

Comments
 (0)