snd_pcm_format_unsigned
int snd_pcm_format_unsigned(snd_pcm_format_t format);
int unsignd = snd_pcm_format_unsigned(format) > 0;
badness += snd_pcm_format_unsigned(f) != unsignd;
EXPORT_SYMBOL(snd_pcm_format_unsigned);
KUNIT_EXPECT_EQ(test, snd_pcm_format_unsigned(valid_fmt[i].format),
(snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x04));
snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71);
(snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20));
snd_pcm_format_unsigned(runtime->format) ? 0x80 : 0x00);
snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71);
(snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20));
invert = snd_pcm_format_unsigned(runtime->format);
if (snd_pcm_format_unsigned(params_format(hw_params)))
if (snd_pcm_format_unsigned(runtime->format))
if (snd_pcm_format_unsigned(runtime->format) > 0) {
if (snd_pcm_format_unsigned(runtime->format) > 0) {
if (!snd_pcm_format_unsigned(runtime->format))
if (snd_pcm_format_unsigned(runtime->format) > 0)
if (snd_pcm_format_unsigned(runtime->format))
u = snd_pcm_format_unsigned(runtime->format);
u = snd_pcm_format_unsigned(runtime->format);
u = snd_pcm_format_unsigned(runtime->format);
sig = snd_pcm_format_unsigned(format) != 0;
if (snd_pcm_format_unsigned(runtime->format))
fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0;