snd_pcm_format_unsigned method

int snd_pcm_format_unsigned(
  1. int format
)

Implementation

int snd_pcm_format_unsigned(
  int format,
) {
  return _snd_pcm_format_unsigned(
    format,
  );
}