snd_pcm_format_width method

int snd_pcm_format_width(
  1. int format
)

Implementation

int snd_pcm_format_width(
  int format,
) {
  return _snd_pcm_format_width(
    format,
  );
}