Home
last modified time | relevance | path

Searched refs:TEST_SECOND_COMPONENT (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/sound/core/
Dsound_kunit.c29 #define TEST_SECOND_COMPONENT "Component2" macro
287 snd_component_add(card, TEST_SECOND_COMPONENT); in test_card_add_component()
288 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT); in test_card_add_component()