summaryrefslogtreecommitdiff
path: root/sound/soc/dwc/designware_i2s.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-20 18:01:19 +0200
committerMark Brown <broonie@kernel.org>2016-06-21 19:07:21 +0100
commit3276d0aa0bf475cc6cfb505487b2a2f3f762aebb (patch)
treee25dfd6be261d3575b706554f49d194508368ab1 /sound/soc/dwc/designware_i2s.c
parent5aa1418defb0e88fb7f70c5b112d531cfcede851 (diff)
ASoC: dwc: make pcm support built-in when necessary
The new PIO mode for the dwc audio driver causes a link failure when it is built as a loadable module but the audio driver is built-in: sound/built-in.o: In function `i2s_irq_handler': :(.text+0x58c64): undefined reference to `dw_pcm_push_tx' sound/built-in.o: In function `dw_i2s_probe': :(.text+0x593dc): undefined reference to `dw_pcm_register' We could link both into a single module, but apparently the author intended them to be separate, so this instead changes the Makefile to force the pcm module to be built-in if the base module is. This is a bit hacky but not as bad as trying to work around it in Kconfig language. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 79361b2b98b7 ("ASoC: dwc: Add PIO PCM extension") Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/dwc/designware_i2s.c')
0 files changed, 0 insertions, 0 deletions