int snd_pcm_plugin_channel_flush(snd_pcm_t *handle, int channel);
Description
Flush the playback queue. This call waits until all data are not
processed (playback only) and then stops the transfer. Function returns
zero if successful, otherwise it returns an error code.
This function is similar to snd_pcm_channel_flush.