Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/
Dsound_kunit.c28 #define TEST_FIRST_COMPONENT "Component1" macro
284 snd_component_add(card, TEST_FIRST_COMPONENT); in test_card_add_component()
285 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT); in test_card_add_component()
288 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT); in test_card_add_component()