Query: snd_pcm_new_stream
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_NEW_STREAM(9) PCM API SND_PCM_NEW_STREAM(9)NAMEsnd_pcm_new_stream - create a new PCM streamSYNOPSISint snd_pcm_new_stream(struct snd_pcm * pcm, int stream, int substream_count);ARGUMENTSpcm the pcm instance stream the stream direction, SNDRV_PCM_STREAM_XXX substream_count the number of substreamsDESCRIPTIONCreates 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.RETURNZero if successful, or a negative error code on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_PCM_NEW_STREAM(9)