2002-01-30 20:45:07

by Martin Bahlinger

[permalink] [raw]
Subject: 2.5.3: zutil.h; i810_audio.c

Hi!

In the just released 2.5.3 source-tree the files zutil.h and zconf.h are
not found when building /usr/src/linux/lib/zlib_deflate/deflate.c
Moving them from linux/linux to linux/include/linux worked for me.

And to make i810_audio build, apply:


--- i810_audio.c.orig Mon Jan 28 23:35:13 2002
+++ i810_audio.c Wed Jan 30 21:35:43 2002
@@ -1669,7 +1669,7 @@
if (size > (PAGE_SIZE << dmabuf->buforder))
goto out;
ret = -EAGAIN;
- if (remap_page_range(vma->vm_start, virt_to_phys(dmabuf->rawbuf),
+ if (remap_page_range(vma, vma->vm_start,
virt_to_phys(dmabuf->rawbuf),
size, vma->vm_page_prot))
goto out;
dmabuf->mapped = 1;




bye
Martin

--
Martin Bahlinger <[email protected]> (PGP-ID: 0x98C32AC5)