ASoC: topology: adhere to KUNIT formatting standard
Drop 'S' from end of SND_SOC_TOPOLOGY_KUNIT_TESTS inorder to adhear to the KUNIT *_KUNIT_TEST config name format. Signed-off-by: Nico Pache <npache@redhat.com> Link: https://lore.kernel.org/r/dcf79e592f9a7e14483dde32ac561f6af2632e50.1618388989.git.npache@redhat.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@ -37,7 +37,7 @@ config SND_SOC_COMPRESS
|
|||||||
config SND_SOC_TOPOLOGY
|
config SND_SOC_TOPOLOGY
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config SND_SOC_TOPOLOGY_KUNIT_TESTS
|
config SND_SOC_TOPOLOGY_KUNIT_TEST
|
||||||
tristate "KUnit tests for SoC topology"
|
tristate "KUnit tests for SoC topology"
|
||||||
depends on KUNIT
|
depends on KUNIT
|
||||||
depends on SND_SOC_TOPOLOGY
|
depends on SND_SOC_TOPOLOGY
|
||||||
|
@ -7,9 +7,9 @@ ifneq ($(CONFIG_SND_SOC_TOPOLOGY),)
|
|||||||
snd-soc-core-objs += soc-topology.o
|
snd-soc-core-objs += soc-topology.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TESTS),)
|
ifneq ($(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST),)
|
||||||
# snd-soc-test-objs := soc-topology-test.o
|
# snd-soc-test-objs := soc-topology-test.o
|
||||||
obj-$(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TESTS) := soc-topology-test.o
|
obj-$(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST) := soc-topology-test.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),)
|
ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),)
|
||||||
|
Reference in New Issue
Block a user