[alsa-devel] [PATCH 1/5] ASoC: atmel: enable SSC_PCM_DMA in Kconfig
Mark Brown
broonie at kernel.org
Tue Jul 23 19:18:17 CEST 2019
On Mon, Jul 22, 2019 at 08:27:20PM +0200, Michał Mirosław wrote:
> config SND_ATMEL_SOC_SSC_DMA
> - tristate
> + tristate "SoC PCM DAI support for AT91 SSC controller using DMA"
This breaks the build for me:
ld: sound/soc/atmel/atmel_ssc_dai.o: in function `atmel_ssc_set_audio':
atmel_ssc_dai.c:(.text+0xbd9): undefined reference to `ssc_request'
ld: sound/soc/atmel/atmel_ssc_dai.o: in function `atmel_ssc_put_audio':
atmel_ssc_dai.c:(.text+0xc74): undefined reference to `ssc_free'
It's not selecting the SSC comon code. It also looks like it'd be
sensible to add a dependency on the platform (or at least architecture),
with a || COMPILE_TEST to help with build coverage.
-------------- 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/20190723/fcb77a83/attachment.sig>
More information about the Alsa-devel
mailing list