diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index ee16122a1886..8b611a561985 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -271,6 +271,7 @@ struct snd_pcm_runtime { | |||
271 | int overrange; | 271 | int overrange; |
272 | snd_pcm_uframes_t avail_max; | 272 | snd_pcm_uframes_t avail_max; |
273 | snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ | 273 | snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ |
274 | snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ | ||
274 | unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ | 275 | unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ |
275 | snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */ | 276 | snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */ |
276 | 277 | ||