--- Begin Message ---
On Thu, Apr 6, 2023 at 10:19 AM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> On Thu, Apr 06, 2023 at 10:50:26AM -0500, Pierre-Louis Bossart wrote:
> > From: Curtis Malainey <cujomalainey@xxxxxxxxxxxx>
> >
> > Convert all existing calls that pass "NULL, 0" for reply data to the new
> > no_reply calls. Also convert any calls that pass in data but don't
> > actually parse the result.
>
> This breaks an x86 allmodconfig build:
>
This is because a9737808b3e4 ("ASoC: SOF: compress: Set compress data
offset") was sent first. Pierre, how do you want to resolve this?
> /build/stage/linux/sound/soc/sof/compress.c: In function ‘sof_compr_set_params’:
> /build/stage/linux/sound/soc/sof/compress.c:238:46: error: ‘ipc_params_reply’ undeclared (first use in this function); did you mean ‘sof_ipc_pcm_params_reply’?
> 238 | ipc_params_reply.posn_offset);
> | ^~~~~~~~~~~~~~~~
> | sof_ipc_pcm_params_reply
> /build/stage/linux/sound/soc/sof/compress.c:238:46: note: each undeclared identifier is reported only once for each function it appears in
--- End Message ---