Commits

Weiguang Kong committed 356dcde1566
MLK-15934-2: ASoc: fsl: different pointer length issue for hifi4 when transferring struct icm_open_resp_info_t type between hifi4 framework and hifi4 driver, because this struct has an element "*dtstamp" which is a pointer, but for hifi4 firmware, this pointer occupies 4 bytes, for hifi4 driver, this pointer occupies 8 bytes. different pointer length will cause issue when reading this structure's content in hifi4 driver. By changing the pointer type to unsigned int type to fix this issue. Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>