Home
last modified time | relevance | path

Searched refs:snd_pcm_format_signed (Results 1 – 6 of 6) sorted by relevance

/linux/sound/core/
H A Dpcm_misc.c264 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() function
274 EXPORT_SYMBOL(snd_pcm_format_signed);
287 val = snd_pcm_format_signed(format); in snd_pcm_format_unsigned()
302 return snd_pcm_format_signed(format) >= 0; in snd_pcm_format_linear()
/linux/sound/core/oss/
H A Dlinear.c140 if (snd_pcm_format_signed(src_format) != in init_data()
141 snd_pcm_format_signed(dst_format)) { in init_data()
H A Dmulaw.c286 if (!snd_pcm_format_signed(format)) in init_data()
/linux/sound/drivers/pcsp/
H A Dpcsp_lib.c238 chip->is_signed = snd_pcm_format_signed(substream->runtime->format); in snd_pcsp_playback_prepare()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c515 if (snd_pcm_format_signed(runtime->format)) in snd_card_saa7134_capture_prepare()
/linux/include/sound/
H A Dpcm.h1138 int snd_pcm_format_signed(snd_pcm_format_t format);