X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fsound%2Fpcm.h;h=28fd9f95f9ba7d804751aa7139b8cc63c90a72a1;hb=0e8014d772a7639f48d234b23dc4ce97335cce7f;hp=6268a4192d5c4a3300a5792ceb08610386b9256d;hpb=9d55ab71b735621a63c8923ba934d87879847cef;p=linux-beck.git 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 { unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */ snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */ + u64 hw_ptr_wrap; /* offset for hw_ptr due to boundary wrap-around */ /* -- HW params -- */ snd_pcm_access_t access; /* access mode */