snd_pcm_format_linear (9) Linux Manual Page
snd_pcm_format_linear – Check the PCM format is linear
Synopsis
int snd_pcm_format_linear(snd_pcm_format_t format);
Arguments
format
-
- the format to check
Return
1 if the given PCM format is linear, 0 if not.
