You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments