diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-04-06 12:04:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-04-06 12:04:53 -0700 |
commit | 59f392fa7cf83b02d5b40ddf3cde3b25b18445e7 (patch) | |
tree | 70825d2997150f5a0c87db9ca4021adafa2b6baf | |
parent | dda8887894965369a87ba27320f6b337c4cd9e12 (diff) | |
parent | fcc0f16923621e670d5ccf486160e4a1b960b17f (diff) | |
download | linux-59f392fa7cf83b02d5b40ddf3cde3b25b18445e7.tar.gz linux-59f392fa7cf83b02d5b40ddf3cde3b25b18445e7.tar.bz2 linux-59f392fa7cf83b02d5b40ddf3cde3b25b18445e7.zip |
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
-rw-r--r-- | sound/soc/sof/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index fae3598fd601..dc1d21de4ab7 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig @@ -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. |