1. NAME

snd_pcm_format_width - return the bit-width of the format

2. SYNOPSIS

int snd_pcm_format_width(snd_pcm_format_t  format );

3. ARGUMENTS

format
    the format to check

4. RETURN

The bit-width of the format, or a negative error code if unknown format.

5. COPYRIGHT