Commit 1f7116a
ipc4: base_fw: Request empty Astate table
Improve IPC4 compatibility in respect to the Astate table that is received
by FW as a part of set_large_config IPC. The table contains maximal KCPS
thresholds, one for each supported clock source. Currently SOF FW performs
autonomous management of clock sources and does not take such
a configuration into account. Despite this, FW reports through
get_large_config its support for 3 elements of Astate table. This change
sets the supported Astate table size to 0. Also, as a corner case,
a trivial handler is added for handling the empty table.
Signed-off-by: Wojciech Jablonski <wojciech.jablonski@intel.com>1 parent d065d54 commit 1f7116a
2 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
684 | 688 | | |
685 | 689 | | |
686 | 690 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments