[alsa-devel] [PATCH] ASoC: fsl: fix fsl_spdif.c build errors

Fabio Estevam festevam at gmail.com
Sun Nov 6 23:05:01 CET 2016


Hi Randy,

On Sun, Nov 6, 2016 at 7:40 PM, Randy Dunlap <rdunlap at infradead.org> wrote:

> The driver uses bitreverse functions but does not select BITREVERSE
> in its kconfig description, so the bitrev functions are not built
> into the kernel.  In the kbuild robot supplied config file,
> FSL_SPDIF=y and BITREVERSE=m, which causes the build error.
> By having this driver select BITREVERSE, CONFIG_BITREVERSE=y so there
> is no build error.

This makes sense, thanks:

Reviewed-by: Fabio Estevam <fabio.estevam at nxp.com>


More information about the Alsa-devel mailing list