aboutsummaryrefslogtreecommitdiff
path: root/include/sound/pcm.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-01-26 18:13:04 +0100
committerTakashi Iwai <tiwai@suse.de>2010-01-26 18:13:04 +0100
commitd0d2c38e3963f4f86a9e62d74f45a371458f2787 (patch)
tree8ab868d67fcd4151e9b7a8158edc0cb2e1a19f66 /include/sound/pcm.h
parentcf944ee55cc318bdb1d4b2f3f5cce3257f7c07b3 (diff)
parente7636925789b042ff9d98c51d48392e8c5549480 (diff)
Merge remote branch 'alsa/devel' into topic/misc
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r--include/sound/pcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index ee16122a188..8b611a56198 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -271,6 +271,7 @@ struct snd_pcm_runtime {
int overrange;
snd_pcm_uframes_t avail_max;
snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */
+ snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */
snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */