int snd_pcm_plugin_playback_drain(snd_pcm_t *handle);
Description
Drain the playback queue. This call stops the transfer and
drain the whole playback queue. Function returns zero if successful,
otherwise it returns an error code.
This function is similar to snd_pcm_playback_drain.