Home
last modified time | relevance | path

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

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