Merge remote branch 'alsa/devel' into topic/misc

This commit is contained in:
Takashi Iwai
2010-01-26 18:13:04 +01:00
5 changed files with 19 additions and 5 deletions

View File

@@ -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 */