29 Oct
2008
29 Oct
'08
9:53 a.m.
At Wed, 29 Oct 2008 09:48:55 +0100 (CET), Jaroslav Kysela wrote:
../../alsa-kernel/pci/ice1712/ice1712.c:50:22: linux/io.h: No such file or directory
presumably caused as it is <asm/io.h> here?
It should be handled in configure.in:
CHECK_KERNEL_HEADER(linux/io.h, [#include <asm/io.h> ])
Not sure why linux/io.h in alsa-driver/include/linux/ directory is not created for your kernel. You may investigate this yourself if you like.
This check was added after this report.
Takashi