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

/linux-4.1.27/sound/core/
H A Dpcm_misc.c252 * snd_pcm_format_unsigned - Check the PCM format is unsigned linear
258 int snd_pcm_format_unsigned(snd_pcm_format_t format) snd_pcm_format_unsigned() function
268 EXPORT_SYMBOL(snd_pcm_format_unsigned); variable
/linux-4.1.27/sound/isa/gus/
H A Dgus_pcm.c91 if (snd_pcm_format_unsigned(runtime->format)) snd_gf1_pcm_block_change()
381 invert = snd_pcm_format_unsigned(runtime->format); snd_gf1_pcm_playback_copy()
411 invert = snd_pcm_format_unsigned(runtime->format); snd_gf1_pcm_playback_silence()
573 if (snd_pcm_format_unsigned(params_format(hw_params))) snd_gf1_pcm_capture_hw_params()
/linux-4.1.27/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c138 if (snd_pcm_format_unsigned(runtime->format)) pdacf_pcm_prepare()
/linux-4.1.27/sound/isa/
H A Des18xx.c499 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x04)); snd_es18xx_playback1_prepare()
605 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); snd_es18xx_capture_prepare()
609 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); snd_es18xx_capture_prepare()
667 snd_pcm_format_unsigned(runtime->format) ? 0x80 : 0x00); snd_es18xx_playback2_prepare()
669 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); snd_es18xx_playback2_prepare()
673 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); snd_es18xx_playback2_prepare()
/linux-4.1.27/sound/core/oss/
H A Dpcm_plugin.c322 int unsignd = snd_pcm_format_unsigned(format) > 0; snd_pcm_plug_slave_format()
336 badness += snd_pcm_format_unsigned(f) != unsignd; snd_pcm_plug_slave_format()
/linux-4.1.27/sound/isa/sb/
H A Dsb16_main.c268 if (snd_pcm_format_unsigned(runtime->format) > 0) { snd_sb16_playback_prepare()
338 if (snd_pcm_format_unsigned(runtime->format) > 0) { snd_sb16_capture_prepare()
/linux-4.1.27/sound/pci/
H A Des1938.c636 u = snd_pcm_format_unsigned(runtime->format); snd_es1938_capture_prepare()
684 u = snd_pcm_format_unsigned(runtime->format); snd_es1938_playback1_prepare()
721 u = snd_pcm_format_unsigned(runtime->format); snd_es1938_playback2_prepare()
H A Dcs4281.c744 if (snd_pcm_format_unsigned(runtime->format) > 0) snd_cs4281_mode()
/linux-4.1.27/include/sound/
H A Dpcm.h1037 int snd_pcm_format_unsigned(snd_pcm_format_t format);
/linux-4.1.27/sound/pci/ali5451/
H A Dali5451.c1070 if (!snd_pcm_format_unsigned(runtime->format)) snd_ali_control_mode()
/linux-4.1.27/sound/pci/riptide/
H A Driptide.c1029 sig = snd_pcm_format_unsigned(format) != 0; setsampleformat()
/linux-4.1.27/sound/pci/cs46xx/
H A Dcs46xx_lib.c1252 if (snd_pcm_format_unsigned(runtime->format)) snd_cs46xx_playback_prepare()

Completed in 273 milliseconds