Name

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

Description

Returns 1 if the given PCM format is linear, 0 if not.