22 Jul
2022
22 Jul
'22
1:21 a.m.
On Thu, Jul 21, 2022 at 08:36:53PM +0100, Mark Brown wrote:
On Thu, Jul 21, 2022 at 11:40:02AM +0530, syed sabakareem wrote:
From: Syed Saba Kareem Syed.SabaKareem@amd.com
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]; | ^~
Sorry, this was actually a different commit earlier in the branch triggering this.