Trigger suspend to all linked streams
int snd_pcm_suspend(struct snd_pcm_substream * substream);
substream
the PCM substream
After this call, all streams are changed to SUSPENDED state.
Zero if successful (or substream is NULL), or a negative error code.