snd_pcm_new_stream(9) centos man page | unix.com

Man Page: snd_pcm_new_stream

Operating Environment: centos

Section: 9

SND_PCM_NEW_STREAM(9)						      PCM API						     SND_PCM_NEW_STREAM(9)

NAME
snd_pcm_new_stream - create a new PCM stream
SYNOPSIS
int snd_pcm_new_stream(struct snd_pcm * pcm, int stream, int substream_count);
ARGUMENTS
pcm the pcm instance stream the stream direction, SNDRV_PCM_STREAM_XXX substream_count the number of substreams
DESCRIPTION
Creates a new stream for the pcm. The corresponding stream on the pcm must have been empty before calling this, i.e. zero must be given to the argument of snd_pcm_new.
RETURN
Zero if successful, or a negative error code on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SND_PCM_NEW_STREAM(9)
Related Man Pages
mlib_signaladpcm2bits2linear(3mlib) - sunos
mlib_signaladpcm4bits2linear(3mlib) - sunos
mlib_signaladpcm5bits2linear(3mlib) - sunos
mlib_signaladpcm2bits2linear(3mlib) - opensolaris
mlib_signaladpcm4bits2linear(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq