From: Takashi Iwai <tiwai@suse.de>
To: Paul Berry <pnberry@gustavus.ak.us>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: configure error with alsa-driver-0.9.7a
Date: Thu, 09 Oct 2003 12:22:55 +0200 [thread overview]
Message-ID: <s5hu16i90cg.wl@alsa2.suse.de> (raw)
In-Reply-To: <000901c38e45$961d5c20$91f8e589@farnorth>
[-- Attachment #1: Type: text/plain, Size: 423 bytes --]
At Thu, 9 Oct 2003 01:11:49 -0800,
Paul Berry wrote:
>
> Thank you Takashi,
>
> With your advice I was able to run the configure script.
> Now alas, make is giving me problems...
> If it matters any this is an old 486 ISA (only) computer, (Dinosours still
> roam some parts of the planet....) and no PCI stuff was compiled into the
> kernel.
please try the patch attached below. (it's already on cvs.)
ciao,
Takashi
[-- Attachment #2: memalloc-nopci.dif --]
[-- Type: application/octet-stream, Size: 633 bytes --]
Index: alsa-kernel/core/memalloc.c
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/core/memalloc.c,v
retrieving revision 1.16
diff -u -r1.16 memalloc.c
--- alsa-kernel/core/memalloc.c 8 Sep 2003 09:02:16 -0000 1.16
+++ alsa-kernel/core/memalloc.c 9 Oct 2003 10:19:42 -0000
@@ -783,6 +783,7 @@
* allocation of buffers for pre-defined devices
*/
+#ifdef CONFIG_PCI
/* FIXME: for pci only - other bus? */
struct prealloc_dev {
unsigned short vendor;
@@ -854,6 +855,9 @@
}
}
}
+#else
+#define preallocate_cards() /* NOP */
+#endif
#ifdef CONFIG_PROC_FS
next prev parent reply other threads:[~2003-10-09 10:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-09 9:11 configure error with alsa-driver-0.9.7a Paul Berry
2003-10-09 10:22 ` Takashi Iwai [this message]
2003-10-10 9:54 ` Paul Berry
2003-10-10 15:23 ` Takashi Iwai
2003-10-11 9:30 ` Paul Berry
-- strict thread matches above, loose matches on Subject: below --
2003-10-08 9:33 Paul Berry
2003-10-08 12:37 ` Takashi Iwai
2003-10-10 0:29 ` James Courtier-Dutton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hu16i90cg.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=pnberry@gustavus.ak.us \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox