Re: [PATCH] ASoC: SDCA: Add stub for sdca_fdl_free_state()
From: Charles Keepax
Date: Thu Aug 13 2026 - 04:40:58 EST
On Thu, Aug 13, 2026 at 09:26:36AM +0800, yaolu@xxxxxxxxxx wrote:
> From: Lu Yao <yaolu@xxxxxxxxxx>
>
> Commit 0880082c27b6 ("ASoC: SDCA: Remove devm from primary IRQ
> cleanup") added a call to sdca_fdl_free_state() in sdca_interrupts.c,
> but only declared it in the CONFIG_SND_SOC_SDCA_FDL enabled section of
> sdca_fdl.h. Building SDCA IRQ support without FDL support therefore
> fails with:
>
> sound/soc/sdca/sdca_interrupts.c:471:56: error: 'sdca_fdl_free_state' undeclared (first use in this function); did you mean 'sdca_jack_free_state'?
>
> Fixes: 0880082c27b6 ("ASoC: SDCA: Remove devm from primary IRQ cleanup")
> Signed-off-by: Lu Yao <yaolu@xxxxxxxxxx>
> Reported-by: k2ci <kernel-bot@xxxxxxxxxx>
> ---
This was already fixed here:
https://lore.kernel.org/linux-sound/20260730130602.3747053-1-ckeepax@xxxxxxxxxxxxxxxxxxxxx/T/#u
Thanks,
Charles