aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2004-07-15 22:03:17 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-15 22:03:17 -0700
commit47facfb88304031affade27e374e3a16f084a4c8 (patch)
treee1e0f4dccba695c6eeeda7063465a834454a70ea /sound
parent901b656f724e92a9de185e8a736311ebc1888cda (diff)
downloadhistory-47facfb88304031affade27e374e3a16f084a4c8.tar.gz
[PATCH] annotated sound/pci/nm256/nm256.c
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/nm256/nm256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/nm256/nm256.c b/sound/pci/nm256/nm256.c
index 57b7584a7d3b7d..5637e0b79aebd0 100644
--- a/sound/pci/nm256/nm256.c
+++ b/sound/pci/nm256/nm256.c
@@ -703,7 +703,7 @@ static int
snd_nm256_capture_copy(snd_pcm_substream_t *substream,
int channel, /* not used (interleaved data) */
snd_pcm_uframes_t pos,
- void *dst,
+ void __user *dst,
snd_pcm_uframes_t count)
{
snd_pcm_runtime_t *runtime = substream->runtime;