summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai2010-01-26 18:13:04 +0100
committerTakashi Iwai2010-01-26 18:13:04 +0100
commitd0d2c38e3963f4f86a9e62d74f45a371458f2787 (patch)
tree8ab868d67fcd4151e9b7a8158edc0cb2e1a19f66 /include/sound
parentALSA: cs46xx: Fix cpu idling with resume (diff)
parentALSA: pcm_lib - return back hw_ptr_interrupt (diff)
downloadkernel-qcow2-linux-d0d2c38e3963f4f86a9e62d74f45a371458f2787.tar.gz
kernel-qcow2-linux-d0d2c38e3963f4f86a9e62d74f45a371458f2787.tar.xz
kernel-qcow2-linux-d0d2c38e3963f4f86a9e62d74f45a371458f2787.zip
Merge remote branch 'alsa/devel' into topic/misc
Diffstat (limited to 'include/sound')
-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 ee16122a1886..8b611a561985 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 */