snd_pcm_new_stream(9) suse man page | unix.com

Man Page: snd_pcm_new_stream

Operating Environment: suse

Section: 9

SND_PCM_NEW_STREAM(9)						   Sound Devices					     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. Returns zero if successful, or a negative error code on failure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SND_PCM_NEW_STREAM(9)
Related Man Pages
mlib_signalulaw2linear(3mlib) - opensolaris
lsdahdi(8) - debian
mlib_signalalaw2linear(3mlib) - sunos
mlib_signallinear2ulaw(3mlib) - sunos
ogg::vorbis::decoder(3pm) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!