diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index fe1b131842be..e26fb3c58037 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -311,6 +311,7 @@ struct snd_pcm_runtime { | |||
311 | struct snd_pcm_mmap_control *control; | 311 | struct snd_pcm_mmap_control *control; |
312 | 312 | ||
313 | /* -- locking / scheduling -- */ | 313 | /* -- locking / scheduling -- */ |
314 | unsigned int nowake: 1; /* no wakeup (data-copy in progress) */ | ||
314 | wait_queue_head_t sleep; | 315 | wait_queue_head_t sleep; |
315 | struct fasync_struct *fasync; | 316 | struct fasync_struct *fasync; |
316 | 317 | ||
@@ -839,6 +840,8 @@ void snd_pcm_set_sync(struct snd_pcm_substream *substream); | |||
839 | int snd_pcm_lib_interleave_len(struct snd_pcm_substream *substream); | 840 | int snd_pcm_lib_interleave_len(struct snd_pcm_substream *substream); |
840 | int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream, | 841 | int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream, |
841 | unsigned int cmd, void *arg); | 842 | unsigned int cmd, void *arg); |
843 | int snd_pcm_update_state(struct snd_pcm_substream *substream, | ||
844 | struct snd_pcm_runtime *runtime); | ||
842 | int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream); | 845 | int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream); |
843 | int snd_pcm_playback_xrun_check(struct snd_pcm_substream *substream); | 846 | int snd_pcm_playback_xrun_check(struct snd_pcm_substream *substream); |
844 | int snd_pcm_capture_xrun_check(struct snd_pcm_substream *substream); | 847 | int snd_pcm_capture_xrun_check(struct snd_pcm_substream *substream); |