Commit c38d058
committed
drivers/mediatek/afe: Set initial state on DMA objects
At the start of probe(), the expectation is that component objects go
to COMP_STATE_INIT. This was being skipped. That used to be benign,
I believe because the struct was allocated via a path that set it
already. But now it fails with the Zephyr integration.
Signed-off-by: Andy Ross <[email protected]>1 parent 293e4c4 commit c38d058
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
| |||
0 commit comments