Home
last modified time | relevance | path

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

/linux-5.19.10/sound/core/
Dpcm_misc.c283 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() function
292 EXPORT_SYMBOL(snd_pcm_format_unsigned);
/linux-5.19.10/sound/isa/
Des18xx.c474 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x04)); in snd_es18xx_playback1_prepare()
578 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_capture_prepare()
582 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_capture_prepare()
640 snd_pcm_format_unsigned(runtime->format) ? 0x80 : 0x00); in snd_es18xx_playback2_prepare()
642 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_playback2_prepare()
646 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_playback2_prepare()
/linux-5.19.10/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c107 if (snd_pcm_format_unsigned(runtime->format)) in pdacf_pcm_prepare()
/linux-5.19.10/sound/isa/gus/
Dgus_pcm.c76 if (snd_pcm_format_unsigned(runtime->format)) in snd_gf1_pcm_block_change()
365 invert = snd_pcm_format_unsigned(runtime->format); in playback_copy_ack()
574 if (snd_pcm_format_unsigned(params_format(hw_params))) in snd_gf1_pcm_capture_hw_params()
/linux-5.19.10/sound/core/oss/
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-5.19.10/sound/isa/sb/
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-5.19.10/sound/pci/
Des1938.c620 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_capture_prepare()
668 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_playback1_prepare()
705 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_playback2_prepare()
Dcs4281.c727 if (snd_pcm_format_unsigned(runtime->format) > 0) in snd_cs4281_mode()
/linux-5.19.10/include/sound/
Dpcm.h1059 int snd_pcm_format_unsigned(snd_pcm_format_t format);
/linux-5.19.10/sound/soc/fsl/
Dfsl_easrc.c1120 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()
/linux-5.19.10/sound/pci/ali5451/
Dali5451.c1055 if (!snd_pcm_format_unsigned(runtime->format)) in snd_ali_control_mode()
/linux-5.19.10/sound/pci/riptide/
Driptide.c1013 sig = snd_pcm_format_unsigned(format) != 0; in setsampleformat()
/linux-5.19.10/sound/pci/cs46xx/
Dcs46xx_lib.c1233 if (snd_pcm_format_unsigned(runtime->format)) in snd_cs46xx_playback_prepare()