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 c17296891617..267effddb070 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -270,6 +270,7 @@ struct snd_pcm_runtime { | |||
270 | snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ | 270 | snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ |
271 | snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ | 271 | snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ |
272 | unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ | 272 | unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ |
273 | snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */ | ||
273 | 274 | ||
274 | /* -- HW params -- */ | 275 | /* -- HW params -- */ |
275 | snd_pcm_access_t access; /* access mode */ | 276 | snd_pcm_access_t access; /* access mode */ |