Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_misc.c282 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() function
291 EXPORT_SYMBOL(snd_pcm_format_unsigned);
/OK3568_Linux_fs/kernel/sound/isa/
H A Des18xx.c477 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x04)); in snd_es18xx_playback1_prepare()
581 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_capture_prepare()
585 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_capture_prepare()
643 snd_pcm_format_unsigned(runtime->format) ? 0x80 : 0x00); in snd_es18xx_playback2_prepare()
645 snd_pcm_format_unsigned(runtime->format) ? 0x51 : 0x71); in snd_es18xx_playback2_prepare()
649 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); in snd_es18xx_playback2_prepare()
/OK3568_Linux_fs/kernel/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c107 if (snd_pcm_format_unsigned(runtime->format)) in pdacf_pcm_prepare()
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A 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()
571 if (snd_pcm_format_unsigned(params_format(hw_params))) in snd_gf1_pcm_capture_hw_params()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_plugin.c330 int unsignd = snd_pcm_format_unsigned(format) > 0; in snd_pcm_plug_slave_format()
344 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/sound/pci/
H A 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()
H A Dcs4281.c728 if (snd_pcm_format_unsigned(runtime->format) > 0) in snd_cs4281_mode()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h1043 int snd_pcm_format_unsigned(snd_pcm_format_t format);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx2137 snd_pcm_format_unsigned
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_easrc.c1120 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()
/OK3568_Linux_fs/kernel/sound/pci/ali5451/
H A Dali5451.c1056 if (!snd_pcm_format_unsigned(runtime->format)) in snd_ali_control_mode()
/OK3568_Linux_fs/kernel/sound/pci/riptide/
H A Driptide.c1014 sig = snd_pcm_format_unsigned(format) != 0; in setsampleformat()
/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Dcs46xx_lib.c1238 if (snd_pcm_format_unsigned(runtime->format)) in snd_cs46xx_playback_prepare()