Searched refs:TEST_FIRST_COMPONENT (Results 1 – 1 of 1) sorted by relevance
28 #define TEST_FIRST_COMPONENT "Component1" macro 295 snd_component_add(card, TEST_FIRST_COMPONENT); in test_card_add_component() 296 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT); in test_card_add_component() 299 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT); in test_card_add_component()