diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-01-26 18:13:04 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-01-26 18:13:04 +0100 |
commit | d0d2c38e3963f4f86a9e62d74f45a371458f2787 (patch) | |
tree | 8ab868d67fcd4151e9b7a8158edc0cb2e1a19f66 /include/sound/pcm.h | |
parent | cf944ee55cc318bdb1d4b2f3f5cce3257f7c07b3 (diff) | |
parent | e7636925789b042ff9d98c51d48392e8c5549480 (diff) | |
download | talos-op-linux-d0d2c38e3963f4f86a9e62d74f45a371458f2787.tar.gz talos-op-linux-d0d2c38e3963f4f86a9e62d74f45a371458f2787.zip |
Merge remote branch 'alsa/devel' into topic/misc
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 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 */ |