Home
last modified time | relevance | path

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

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