projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b87a78
)
ALSA: core: Fix dependencies for SND_CORE_TEST
author
Ivan Orlov
<ivan.orlov0322@gmail.com>
Thu, 1 Feb 2024 22:11:22 +0000
(22:11 +0000)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 2 Feb 2024 08:16:46 +0000
(09:16 +0100)
Select CONFIG_SND_PCM when enabling CONFIG_SND_CORE_TEST, as the test
uses symbols from 'pcm_misc.c'.
Fixes: 3e39acf56ede ("ALSA: core: Add sound core KUnit test")
Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link:
https://lore.kernel.org/r/20240201221122.16627-1-ivan.orlov0322@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/Kconfig
patch
|
blob
|
history
diff --git
a/sound/core/Kconfig
b/sound/core/Kconfig
index 664c6ee2b5a1de9d73e11e8aa9a15365a28c20e8..8077f481d84fd6baf3be305b2b6936575d937a3a 100644
(file)
--- a/
sound/core/Kconfig
+++ b/
sound/core/Kconfig
@@
-42,6
+42,7
@@
config SND_UMP_LEGACY_RAWMIDI
config SND_CORE_TEST
tristate "Sound core KUnit test"
depends on KUNIT
+ select SND_PCM
default KUNIT_ALL_TESTS
help
This options enables the sound core functions KUnit test.