Re: [PATCH] ASoC: SDCA: Add stub for sdca_fdl_free_state()
Charles Keepax <[email protected]>
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 09:26:36AM +0800, [email protected] wrote: > From: Lu Yao <[email protected]> > > 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 <[email protected]> > Reported-by: k2ci <[email protected]> > --- This was already fixed here: https://lore.kernel.org/linux-sound/[email protected]/T/#u Thanks, Charles