Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_misc.c277 * snd_pcm_format_unsigned - Check the PCM format is unsigned linear
283 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() function
292 EXPORT_SYMBOL(snd_pcm_format_unsigned);
H A Dsound_kunit.c132 KUNIT_EXPECT_EQ(test, snd_pcm_format_unsigned(valid_fmt[i].format), in test_format_signed()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c107 if (snd_pcm_format_unsigned(runtime->format)) in pdacf_pcm_prepare()
/linux/sound/isa/
H A Des18xx.c473 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x04)); in snd_es18xx_playback1_prepare()
577 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_capture_prepare()
581 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_capture_prepare()
639 snd_pcm_format_unsigned(runtime->format) ? 0x80 : 0x00); in snd_es18xx_playback2_prepare()
641 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_playback2_prepare()
645 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_playback2_prepare()
/linux/sound/isa/gus/
H A Dgus_pcm.c72 if (snd_pcm_format_unsigned(runtime->format)) in snd_gf1_pcm_block_change()
351 invert = snd_pcm_format_unsigned(runtime->format); in playback_copy_ack()
544 if (snd_pcm_format_unsigned(params_format(hw_params))) in snd_gf1_pcm_capture_hw_params()
/linux/sound/core/oss/
H A Dpcm_plugin.c331 int unsignd = snd_pcm_format_unsigned(format) > 0; in snd_pcm_plug_slave_format()
345 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()
/linux/sound/isa/sb/
H A Dsb16_main.c244 if (snd_pcm_format_unsigned(runtime->format) > 0) { in snd_sb16_playback_prepare()
314 if (snd_pcm_format_unsigned(runtime->format) > 0) { in snd_sb16_capture_prepare()
/linux/sound/pci/
H A Des1938.c618 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_capture_prepare()
666 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_playback1_prepare()
703 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_playback2_prepare()
H A Dcs4281.c724 if (snd_pcm_format_unsigned(runtime->format) > 0) in snd_cs4281_mode()
/linux/include/sound/
H A Dpcm.h1139 int snd_pcm_format_unsigned(snd_pcm_format_t format);
/linux/sound/pci/ali5451/
H A Dali5451.c1053 if (!snd_pcm_format_unsigned(runtime->format)) in snd_ali_control_mode()
/linux/sound/soc/fsl/
H A Dfsl_easrc.c1120 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c1233 if (snd_pcm_format_unsigned(runtime->format)) in snd_cs46xx_playback_prepare()