Check whether the playback buffer is empty
int snd_pcm_playback_empty(struct snd_pcm_substream * substream);
substream
the pcm substream instance
Checks whether the playback buffer is empty.
Non-zero if empty, or zero if not.