Skip to content

Commit 59f392f

Browse files
committed
Merge tag 'soundwire-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire
Pull soundwire fix from Vinod Koul: - add missing config symbol CONFIG_SND_HDA_EXT_CORE required for asoc driver CONFIG_SND_SOF_SOF_HDA_SDW_BPT * tag 'soundwire-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire: ASoC: SOF: Intel: Let SND_SOF_SOF_HDA_SDW_BPT select SND_HDA_EXT_CORE
2 parents dda8887 + fcc0f16 commit 59f392f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/intel/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ endif ## SND_SOC_SOF_HDA_GENERIC
345345

346346
config SND_SOF_SOF_HDA_SDW_BPT
347347
tristate
348+
select SND_HDA_EXT_CORE
348349
help
349350
This option is not user-selectable but automagically handled by
350351
'select' statements at a higher level.

0 commit comments

Comments
 (0)