Commit eb13b52
Jyri Sarha
ASoC: SOF: ipc4-topology: Change struct sof_ipc4_mod_init_ext_dp_memory_data
Change struct sof_ipc4_mod_init_ext_dp_memory_data to what is required
for the SOF FW userspace DP processing. The earlier version of the
firmware (v2.14) did not use the contents of the struct for anything,
and if it receives a struct that is larger than the original, the
extra words are simply ignored, so there should not be any problem in
changing the struct. The following FW versions will expect larger
struct and ignore anything that is smaller.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent 83af640 commit eb13b52
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
694 | | - | |
695 | | - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
696 | 698 | | |
697 | 699 | | |
698 | 700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3109 | 3109 | | |
3110 | 3110 | | |
3111 | 3111 | | |
3112 | | - | |
| 3112 | + | |
| 3113 | + | |
| 3114 | + | |
3113 | 3115 | | |
3114 | 3116 | | |
3115 | 3117 | | |
| |||
0 commit comments