From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 16 Apr 2002 12:03:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 16 Apr 2002 12:01:20 -0400 Received: from ns.suse.de ([213.95.15.193]:40209 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Tue, 16 Apr 2002 12:00:49 -0400 Date: Tue, 16 Apr 2002 18:00:48 +0200 Message-ID: From: Takashi Iwai To: "Downing, Thomas" Cc: linux-kernel@vger.kernel.org Subject: Re: Compiling ALSA with 2.5.7 In-Reply-To: <170EBA504C3AD511A3FE00508BB89A92EE23DE@exnanycmbx4.ipc.com> User-Agent: Wanderlust/2.6.1 (Upside Down) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.2 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 16 Apr 2002 11:35:17 -0400, Downing, Thomas wrote: > > If this is off-topic, my apologies. > > I am unable to build ALSA for 2.5.7 on i386. The problem is that > the ALSA code uses a function virt_to_bus( ). This is #defined in > asm/io.h as virt_to_bus_not_defined_use_pci_map( ). So there is > an unresolved external. is include/asm correctly symlinked to asm-i386? all ALSA drivers (except for rme9652-mem and ppc ones) don't use virt_to_bus() any more. Takashi