Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dsound_kunit.c24 #define NAME_W_SPEC_CHARS "In%v@1id name" macro
266 snd_card_set_id(card, NAME_W_SPEC_CHARS); in test_card_set_id()
267 KUNIT_EXPECT_STRNEQ(test, card->id, NAME_W_SPEC_CHARS); in test_card_set_id()