ALSA: hda/cirrus_scodec_test: Don't select dependencies
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 9 Apr 2025 11:45:20 +0000 (12:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Apr 2025 12:54:49 +0000 (14:54 +0200)
commite9c7fa025dc6125eb47993515d45da0cd02a263c
tree9a768abb648dd59c3d7a65ee7a16aac517700d93
parent080410fe61e6df035960f5cbec9e381ac8b4ced0
ALSA: hda/cirrus_scodec_test: Don't select dependencies

Depend on SND_HDA_CIRRUS_SCODEC and GPIOLIB instead of selecting them.

KUNIT_ALL_TESTS should only build tests that have satisfied dependencies
and test components that are already being built. It must not cause
other stuff to be added to the build.

Fixes: 2144833e7b41 ("ALSA: hda: cirrus_scodec: Add KUnit test")
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20250409114520.914079-1-rf@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig