Searched refs:snd_pcm_format_signed (Results 1 – 3 of 3) sorted by relevance
35 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() function63 val = snd_pcm_format_signed(format); in snd_pcm_format_unsigned()71 return snd_pcm_format_signed(format) >= 0; in snd_pcm_format_linear()
53 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_convert_index()54 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_convert_index()73 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_get_index()74 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_get_index()102 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_put_index()103 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_put_index()
576 int snd_pcm_format_signed(snd_pcm_format_t format);
Completed in 6 milliseconds