diff options
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 07fd630db88d..304025b23520 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -317,7 +317,7 @@ struct snd_pcm_runtime { | |||
317 | struct snd_pcm_mmap_control *control; | 317 | struct snd_pcm_mmap_control *control; |
318 | 318 | ||
319 | /* -- locking / scheduling -- */ | 319 | /* -- locking / scheduling -- */ |
320 | unsigned int twake: 1; /* do transfer (!poll) wakeup */ | 320 | snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ |
321 | wait_queue_head_t sleep; /* poll sleep */ | 321 | wait_queue_head_t sleep; /* poll sleep */ |
322 | wait_queue_head_t tsleep; /* transfer sleep */ | 322 | wait_queue_head_t tsleep; /* transfer sleep */ |
323 | struct fasync_struct *fasync; | 323 | struct fasync_struct *fasync; |