]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/core/pcm_lib.c
Merge branch 'linus' into sched/core, to pick up fixes
[karo-tx-linux.git] / sound / core / pcm_lib.c
index 009e6c98754e484e489ebcdde361e200ee0d6205..8771760670724337e366b61fc38ee08187a67ae6 100644 (file)
@@ -1904,7 +1904,7 @@ static int wait_for_avail(struct snd_pcm_substream *substream,
 {
        struct snd_pcm_runtime *runtime = substream->runtime;
        int is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK;
-       wait_queue_t wait;
+       wait_queue_entry_t wait;
        int err = 0;
        snd_pcm_uframes_t avail = 0;
        long wait_time, tout;