On Thu, Jul 21, 2022 at 11:40:02AM +0530, syed sabakareem wrote: > From: Syed Saba Kareem > > RPL Platform drivers can be built by selecting necessary > kernel config option. > The patch enables build support of the same. This breaks an x86 allmodconfig build: /build/stage/linux/sound/soc/amd/acp/acp-platform.c: In function ‘i2s_irq_handle r’: /build/stage/linux/sound/soc/amd/acp/acp-platform.c:108:31: error: ‘struct acp_d ev_data’ has no member named ‘stream’ 108 | stream = adata->stream[i]; | ^~