|
@@ -301,8 +301,8 @@ struct snd_pcm_runtime {
|
|
union snd_pcm_sync_id sync; /* hardware synchronization ID */
|
|
union snd_pcm_sync_id sync; /* hardware synchronization ID */
|
|
|
|
|
|
/* -- mmap -- */
|
|
/* -- mmap -- */
|
|
- volatile struct snd_pcm_mmap_status *status;
|
|
|
|
- volatile struct snd_pcm_mmap_control *control;
|
|
|
|
|
|
+ struct snd_pcm_mmap_status *status;
|
|
|
|
+ struct snd_pcm_mmap_control *control;
|
|
|
|
|
|
/* -- locking / scheduling -- */
|
|
/* -- locking / scheduling -- */
|
|
wait_queue_head_t sleep;
|
|
wait_queue_head_t sleep;
|