Merge branch 'devel' of git://git.alsa-project.org/alsa-kernel into topic/misc

This commit is contained in:
Takashi Iwai
2010-07-05 15:37:27 +02:00
3 changed files with 25 additions and 16 deletions

View File

@ -317,7 +317,7 @@ struct snd_pcm_runtime {
struct snd_pcm_mmap_control *control;
/* -- locking / scheduling -- */
unsigned int twake: 1; /* do transfer (!poll) wakeup */
snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */
wait_queue_head_t sleep; /* poll sleep */
wait_queue_head_t tsleep; /* transfer sleep */
struct fasync_struct *fasync;