Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/
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-6.3-rc2/sound/core/oss/
A Dlinear.c140 if (snd_pcm_format_signed(src_format) != in init_data()
141 snd_pcm_format_signed(dst_format)) { in init_data()
A Dmulaw.c286 if (!snd_pcm_format_signed(format)) in init_data()
/linux-6.3-rc2/sound/drivers/pcsp/
A Dpcsp_lib.c237 chip->is_signed = snd_pcm_format_signed(substream->runtime->format); in snd_pcsp_playback_prepare()
/linux-6.3-rc2/sound/pci/
A Dsis7019.c516 if (!snd_pcm_format_signed(runtime->format)) in sis_pcm_playback_prepare()
814 if (!snd_pcm_format_signed(runtime->format)) in sis_pcm_capture_prepare()
A Dals4000.c309 if (snd_pcm_format_signed(runtime->format)) in snd_als4000_get_format()
/linux-6.3-rc2/drivers/media/pci/saa7134/
A Dsaa7134-alsa.c515 if (snd_pcm_format_signed(runtime->format)) in snd_card_saa7134_capture_prepare()
/linux-6.3-rc2/include/sound/
A Dpcm.h1108 int snd_pcm_format_signed(snd_pcm_format_t format);
/linux-6.3-rc2/sound/pci/trident/
A Dtrident_main.c759 if (snd_pcm_format_signed(runtime->format)) in snd_trident_control_mode()
1055 if (snd_pcm_format_signed(runtime->format)) in snd_trident_capture_prepare()

Completed in 23 milliseconds