Query: snd_pcm_stop
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_STOP(9) PCM API SND_PCM_STOP(9)NAMEsnd_pcm_stop - try to stop all running streams in the substream groupSYNOPSISint snd_pcm_stop(struct snd_pcm_substream * substream, snd_pcm_state_t state);ARGUMENTSsubstream the PCM substream instance state PCM state after stopping the streamDESCRIPTIONThe state of each stream is then changed to the given state unconditionally.RETURNZero if succesful, or a negative error code.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_PCM_STOP(9)