Commits

Weiguang Kong committed 78c30fa8195
MLK-15959: ASoc: fsl: fix hifi4 driver build warning When building sound/soc/fsl/fsl_hifi4.c file, a warning occurs: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (struct timestamp_info_t *)pext_msg->dtstamp; By forced conversing int type to long type to fix this issue. Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>