diff options
Diffstat (limited to 'include/sound/pcm.h')
-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 6268a4192d5c..28fd9f95f9ba 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -281,6 +281,7 @@ struct snd_pcm_runtime { | |||
281 | unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ | 281 | unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ |
282 | unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */ | 282 | unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */ |
283 | snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */ | 283 | snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */ |
284 | u64 hw_ptr_wrap; /* offset for hw_ptr due to boundary wrap-around */ | ||
284 | 285 | ||
285 | /* -- HW params -- */ | 286 | /* -- HW params -- */ |
286 | snd_pcm_access_t access; /* access mode */ | 287 | snd_pcm_access_t access; /* access mode */ |