1SND_PCM_PERIOD_ELAPS(9) PCM API SND_PCM_PERIOD_ELAPS(9)
2
3
4
6 snd_pcm_period_elapsed - update the pcm status for the next period
7
9 void snd_pcm_period_elapsed(struct snd_pcm_substream * substream);
10
12 substream
13 the pcm substream instance
14
16 This function is called from the interrupt handler when the PCM has
17 processed the period size. It will update the current pointer, wake up
18 sleepers, etc.
19
20 Even if more than one periods have elapsed since the last call, you
21 have to call this only once.
22
24Kernel Hackers Manual 2.6. June 2019 SND_PCM_PERIOD_ELAPS(9)