Trigger suspend to all substreams in the given pcm
int snd_pcm_suspend_all(struct snd_pcm * pcm);
pcm
the PCM instance
After this call, all streams are changed to SUSPENDED state.
Zero if successful (or pcm is NULL), or a negative error code.