Skip to content

Commit 3a7dbc7

Browse files
arndbbroonie
authored andcommitted
ASoC: SOF: Intel: select CONFIG_SND_HDA_EXT_CORE from SND_SOC_SOF_HDA_COMMON
The _hda_dsp_stream_put() function now depends on the snd_hdac_ext_stream_release() interface from SND_HDA_EXT_CORE: x86_64-linux-ld: vmlinux.o: in function `_hda_dsp_stream_put': hda-stream.c:(.text+0xfac605): undefined reference to `snd_hdac_ext_stream_release' Select this symbol the same way the other users do. Fixes: 89e1d63 ("ASoC: SOF: Intel: add hda_dsp_stream_pair_get/put helpers") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://patch.msgid.link/20260209070901.857700-1-arnd@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 77d3194 commit 3a7dbc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/sof/intel/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ config SND_SOC_SOF_NOVALAKE
319319

320320
config SND_SOC_SOF_HDA_COMMON
321321
tristate
322+
select SND_HDA_EXT_CORE
322323

323324
config SND_SOC_SOF_HDA_GENERIC
324325
tristate

0 commit comments

Comments
 (0)