Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dpcm_misc.c277 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() function
286 EXPORT_SYMBOL(snd_pcm_format_unsigned);
/Linux-v5.4/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c125 if (snd_pcm_format_unsigned(runtime->format)) in pdacf_pcm_prepare()
/Linux-v5.4/sound/isa/
Des18xx.c484 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x04)); in snd_es18xx_playback1_prepare()
590 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_capture_prepare()
594 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_capture_prepare()
652 snd_pcm_format_unsigned(runtime->format) ? 0x80 : 0x00); in snd_es18xx_playback2_prepare()
654 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_playback2_prepare()
658 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_playback2_prepare()
/Linux-v5.4/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()
575 if (snd_pcm_format_unsigned(params_format(hw_params))) in snd_gf1_pcm_capture_hw_params()
/Linux-v5.4/sound/core/oss/
Dpcm_plugin.c323 int unsignd = snd_pcm_format_unsigned(format) > 0; in snd_pcm_plug_slave_format()
337 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()
/Linux-v5.4/sound/isa/sb/
Dsb16_main.c256 if (snd_pcm_format_unsigned(runtime->format) > 0) { in snd_sb16_playback_prepare()
326 if (snd_pcm_format_unsigned(runtime->format) > 0) { in snd_sb16_capture_prepare()
/Linux-v5.4/sound/pci/
Des1938.c621 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_capture_prepare()
669 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_playback1_prepare()
706 u = snd_pcm_format_unsigned(runtime->format); in snd_es1938_playback2_prepare()
Dcs4281.c728 if (snd_pcm_format_unsigned(runtime->format) > 0) in snd_cs4281_mode()
/Linux-v5.4/include/sound/
Dpcm.h1029 int snd_pcm_format_unsigned(snd_pcm_format_t format);
/Linux-v5.4/sound/pci/ali5451/
Dali5451.c1056 if (!snd_pcm_format_unsigned(runtime->format)) in snd_ali_control_mode()
/Linux-v5.4/sound/pci/riptide/
Driptide.c1015 sig = snd_pcm_format_unsigned(format) != 0; in setsampleformat()
/Linux-v5.4/sound/pci/cs46xx/
Dcs46xx_lib.c1238 if (snd_pcm_format_unsigned(runtime->format)) in snd_cs46xx_playback_prepare()