1. NAME

snd_pcm_format_physical_width - return the physical bit-width of the format

2. SYNOPSIS

int snd_pcm_format_physical_width(snd_pcm_format_t  format );

3. ARGUMENTS

format
    the format to check

4. RETURN

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

5. COPYRIGHT