snd_pcm_format_silence_16 method

int snd_pcm_format_silence_16(
  1. int format
)

Implementation

int snd_pcm_format_silence_16(
  int format,
) {
  return _snd_pcm_format_silence_16(
    format,
  );
}