1SND_PCM_PLAYBACK_DAT(9) Sound Devices SND_PCM_PLAYBACK_DAT(9)
2
3
4
6 snd_pcm_playback_data - check whether any data exists on the playback
7 buffer
8
10 int snd_pcm_playback_data(struct snd_pcm_substream * substream);
11
13 substream
14 the pcm substream instance
15
17 Checks whether any data exists on the playback buffer. If
18 stop_threshold is bigger or equal to boundary, then this function
19 returns always non-zero.
20
21 Returns non-zero if exists, or zero if not.
22
24Kernel Hackers Manual 2.6. November 2011 SND_PCM_PLAYBACK_DAT(9)