Searched refs:WRONG_FORMAT_2 (Results 1 – 1 of 1) sorted by relevance
/linux/sound/core/ |
H A D | sound_kunit.c | 21 #define WRONG_FORMAT_2 (__force snd_pcm_format_t)-1 macro 109 KUNIT_EXPECT_EQ(test, snd_pcm_format_physical_width(WRONG_FORMAT_2), -EINVAL); in test_phys_format_size() 122 KUNIT_EXPECT_EQ(test, snd_pcm_format_width(WRONG_FORMAT_2), -EINVAL); in test_format_width() 137 KUNIT_EXPECT_EQ(test, snd_pcm_format_width(WRONG_FORMAT_2), -EINVAL); in test_format_signed() 152 KUNIT_EXPECT_EQ(test, snd_pcm_format_little_endian(WRONG_FORMAT_2), -EINVAL); in test_format_endianness() 154 KUNIT_EXPECT_EQ(test, snd_pcm_format_big_endian(WRONG_FORMAT_2), -EINVAL); in test_format_endianness() 287 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_2), "Unknown"); in test_pcm_format_name()
|