diff options
author | Arnd Bergmann <[email protected]> | 2021-11-08 12:11:14 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-11-12 21:25:18 +0000 |
commit | 1218f06cb3c6e2c51699998bc17c0d9a41ab37a6 (patch) | |
tree | 42ceb367da376983c43533620995c4f09b8eddb9 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 8c32984bc7da29828260ac514d5d4967f7e8f62d (diff) |
ASoC: SOF: build compression interface into snd_sof.ko
With CONFIG_SND_SOC_SOF_COMPRESS=m, the compression code is
not built into a the main SOF driver when that is built-in:
x86_64-linux-ld: sound/soc/sof/ipc.o: in function `ipc_stream_message':
ipc.c:(.text+0x5a2): undefined reference to `snd_sof_compr_fragment_elapsed'
x86_64-linux-ld: sound/soc/sof/topology.o: in function `sof_dai_load':
topology.c:(.text+0x32d1): undefined reference to `snd_sof_compr_init_elapsed_work'
x86_64-linux-ld: topology.c:(.text+0x32e1): undefined reference to `snd_sof_compr_init_elapsed_work'
Make this a 'bool' symbol so it just decides whether the
code gets built at all.
Fixes: 858f7a5c45ca ("ASoC: SOF: Introduce fragment elapsed notification API")
Signed-off-by: Arnd Bergmann <[email protected]>
Tested-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions