Symbol: snd_pcm_format_unsigned
include/sound/pcm.h
1139
int snd_pcm_format_unsigned(snd_pcm_format_t format);
sound/core/oss/pcm_plugin.c
316
int unsignd = snd_pcm_format_unsigned(format) > 0;
sound/core/oss/pcm_plugin.c
330
badness += snd_pcm_format_unsigned(f) != unsignd;
sound/core/pcm_misc.c
277
EXPORT_SYMBOL(snd_pcm_format_unsigned);
sound/core/sound_kunit.c
132
KUNIT_EXPECT_EQ(test, snd_pcm_format_unsigned(valid_fmt[i].format),
sound/isa/es18xx.c
459
(snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x04));
sound/isa/es18xx.c
563
snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71);
sound/isa/es18xx.c
567
(snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20));
sound/isa/es18xx.c
625
snd_pcm_format_unsigned(runtime->format) ? 0x80 : 0x00);
sound/isa/es18xx.c
627
snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71);
sound/isa/es18xx.c
631
(snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20));
sound/isa/gus/gus_pcm.c
344
invert = snd_pcm_format_unsigned(runtime->format);
sound/isa/gus/gus_pcm.c
536
if (snd_pcm_format_unsigned(params_format(hw_params)))
sound/isa/gus/gus_pcm.c
72
if (snd_pcm_format_unsigned(runtime->format))
sound/isa/sb/sb16_main.c
239
if (snd_pcm_format_unsigned(runtime->format) > 0) {
sound/isa/sb/sb16_main.c
305
if (snd_pcm_format_unsigned(runtime->format) > 0) {
sound/pci/ali5451/ali5451.c
1050
if (!snd_pcm_format_unsigned(runtime->format))
sound/pci/cs4281.c
722
if (snd_pcm_format_unsigned(runtime->format) > 0)
sound/pci/cs46xx/cs46xx_lib.c
1208
if (snd_pcm_format_unsigned(runtime->format))
sound/pci/es1938.c
610
u = snd_pcm_format_unsigned(runtime->format);
sound/pci/es1938.c
658
u = snd_pcm_format_unsigned(runtime->format);
sound/pci/es1938.c
695
u = snd_pcm_format_unsigned(runtime->format);
sound/pci/riptide/riptide.c
1013
sig = snd_pcm_format_unsigned(format) != 0;
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c
106
if (snd_pcm_format_unsigned(runtime->format))
sound/soc/fsl/fsl_easrc.c
1126
fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0;