[PATCH] ASoC: wm_adsp: Fix compilation when debugfs is disabled
Mark Brown
broonie at kernel.org
Wed Sep 29 16:52:22 CEST 2021
On Wed, Sep 29, 2021 at 03:50:40PM +0100, Simon Trimmer wrote:
> +#if IS_ENABLED(CONFIG_DEBUG_FS)
> cs_dsp_init_debugfs(&dsp->cs_dsp, component->debugfs_root);
> +#endif
The more common pattern is to declare a static inline stub function
instead of the prototype if debugfs is disabled.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20210929/e47da323/attachment-0001.sig>
More information about the Alsa-devel
mailing list