Commit 132fbdd
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 <andyross@google.com>1 parent 5ded9f3 commit 132fbdd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
373 | 374 | | |
374 | 375 | | |
375 | 376 | | |
| |||
0 commit comments