patch-2.0.21-2.1.0 linux/drivers/sound/soundcard.c
Next file: linux/fs/binfmt_aout.c
Previous file: linux/drivers/sound/os.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Sep 25 14:33:57 1996
- Orig file:
lx2.0/v2.0.21/linux/drivers/sound/soundcard.c
- Orig date:
Wed Aug 21 09:18:09 1996
diff -u --recursive --new-file lx2.0/v2.0.21/linux/drivers/sound/soundcard.c linux/drivers/sound/soundcard.c
@@ -289,7 +289,7 @@
size, dmap->bytes_in_use);
}
- if (remap_page_range (vma_get_start (vma), (unsigned long)dmap->raw_buf,
+ if (remap_page_range (vma_get_start (vma), virt_to_phys(dmap->raw_buf),
vma_get_end (vma) - vma_get_start (vma),
vma_get_page_prot (vma)))
return -EAGAIN;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov