ALSA: sb: Fix wrong argument in commented code
[linux-2.6-block.git] / sound / isa / sb / emu8000_pcm.c
index c05935c2edc48e1a813a9bb7e1e9674d17a86b39..9234d4fe8ada8ea1368e6e7811ea9af648821f47 100644 (file)
@@ -456,7 +456,7 @@ static int emu8k_pcm_silence(struct snd_pcm_substream *subs,
        /* convert to word unit */
        pos = (pos << 1) + rec->loop_start[voice];
        count <<= 1;
-       LOOP_WRITE(rec, pos, USER_SOCKPTR(NULL), count);
+       LOOP_WRITE(rec, pos, NULL, count);
        return 0;
 }