Skip to content

Commit

Permalink
Merge tag 'soundwire-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Linus Torvalds committed Apr 6, 2025
2 parents dda8887 + fcc0f16 commit 59f392f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/sof/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ endif ## SND_SOC_SOF_HDA_GENERIC

config SND_SOF_SOF_HDA_SDW_BPT
tristate
select SND_HDA_EXT_CORE
help
This option is not user-selectable but automagically handled by
'select' statements at a higher level.
Expand Down

0 comments on commit 59f392f

Please sign in to comment.