snd_pcm_format_physical_width (9) - Linux Manuals

snd_pcm_format_physical_width: return the physical bit-width of the format

NAME

snd_pcm_format_physical_width - return the physical bit-width of the format

SYNOPSIS

int snd_pcm_format_physical_width(snd_pcm_format_t format);

ARGUMENTS

format

the format to check

RETURN

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

COPYRIGHT