diff options
Diffstat (limited to 'sound/core/pcm_native.c')
| -rw-r--r-- | sound/core/pcm_native.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index 95fc56e403b1..bd9ddf412b46 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c @@ -809,7 +809,7 @@ static int snd_pcm_hw_params(struct snd_pcm_substream *substream,  		runtime->boundary *= 2;  	/* clear the buffer for avoiding possible kernel info leaks */ -	if (runtime->dma_area && !substream->ops->copy_user) { +	if (runtime->dma_area && !substream->ops->copy) {  		size_t size = runtime->dma_bytes;  		if (runtime->info & SNDRV_PCM_INFO_MMAP)  |