On Tue, Sep 26, 2023 at 03:04:30PM +0800, wangweidong.a@awinic.com wrote:
On Mon, Sep 25, 2023 at 16:06:18 +0200, broonie@kernel.org wrote:
/build/stage/linux/sound/soc/codecs/aw88395/aw88395.c:199:21: error: too few arg uments to function ‘aw88395_dev_get_prof_name’ 199 | prof_name = aw88395_dev_get_prof_name(aw88395->aw_pa, count); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /build/stage/linux/sound/soc/codecs/aw88395/aw88395.c:17: /build/stage/linux/sound/soc/codecs/aw88395/aw88395_device.h:184:5: note: declar ed here 184 | int aw88395_dev_get_prof_name(struct aw_device *aw_dev, int index, char **prof_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~
I did not get this error when compiling base on "2cf0f715623872823a72e451243bbf555d10d032" and the changes to this function are already in [patch V4 3/7] Can you tell me how to modify it?
Apply every patch in sequence and check that it builds individually, including for configs like the x86 allmodconfig. I don't specifically know what the context was here, I'm just reporting the failure my CI found. If you're confident things are fixed then resend.