Searched refs:snd_pcm_format_signed (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/sound/core/oss/
H A Dlinear.c138 if (snd_pcm_format_signed(src_format) != init_data()
139 snd_pcm_format_signed(dst_format)) { init_data()
H A Dmulaw.c284 if (!snd_pcm_format_signed(format)) init_data()
/linux-4.4.14/sound/core/
H A Dpcm_misc.c233 * snd_pcm_format_signed - Check the PCM format is signed linear
239 int snd_pcm_format_signed(snd_pcm_format_t format) snd_pcm_format_signed() function
249 EXPORT_SYMBOL(snd_pcm_format_signed); variable
262 val = snd_pcm_format_signed(format); snd_pcm_format_unsigned()
278 return snd_pcm_format_signed(format) >= 0; snd_pcm_format_linear()
/linux-4.4.14/sound/drivers/pcsp/
H A Dpcsp_lib.c243 chip->is_signed = snd_pcm_format_signed(substream->runtime->format); snd_pcsp_playback_prepare()
/linux-4.4.14/sound/pci/
H A Dsis7019.c541 if (!snd_pcm_format_signed(runtime->format)) sis_pcm_playback_prepare()
844 if (!snd_pcm_format_signed(runtime->format)) sis_pcm_capture_prepare()
H A Dals4000.c324 if (snd_pcm_format_signed(runtime->format)) snd_als4000_get_format()
/linux-4.4.14/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c528 if (snd_pcm_format_signed(runtime->format)) snd_card_saa7134_capture_prepare()
/linux-4.4.14/sound/pci/trident/
H A Dtrident_main.c773 if (snd_pcm_format_signed(runtime->format)) snd_trident_control_mode()
1096 if (snd_pcm_format_signed(runtime->format)) snd_trident_capture_prepare()
/linux-4.4.14/include/sound/
H A Dpcm.h1043 int snd_pcm_format_signed(snd_pcm_format_t format);

Completed in 329 milliseconds