Commit c628db0
committed
audio: ipc4: dai: pass correct blob size to dai driver
When converting to new dai_set_config() interface, incorrect size was
passed. copier_cfg->gtw_cfg.config_length is in words, but
dai_set_config() takes size in bytes.
Fixes: b9fb0b4 ("audio: dai: Pass bespoke config size through dai_set_config chain")
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 4cb07ee commit c628db0
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
399 | 402 | | |
400 | | - | |
| 403 | + | |
401 | 404 | | |
402 | 405 | | |
403 | 406 | | |
| |||
0 commit comments