1. NAME

snd_pcm_format_linear - Check the PCM format is linear

2. SYNOPSIS

int snd_pcm_format_linear(snd_pcm_format_t  format );

3. ARGUMENTS

format
    the format to check

4. RETURN

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

5. COPYRIGHT