Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261548AbVE3N0q (ORCPT ); Mon, 30 May 2005 09:26:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261549AbVE3N0q (ORCPT ); Mon, 30 May 2005 09:26:46 -0400 Received: from ns2.suse.de ([195.135.220.15]:3514 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S261548AbVE3N03 (ORCPT ); Mon, 30 May 2005 09:26:29 -0400 Date: Mon, 30 May 2005 15:26:24 +0200 Message-ID: From: Takashi Iwai To: "J.A. Magallon" Cc: Lee Revell , linux-kernel@vger.kernel.org Subject: Re: 2.6.12-rc3-mm3: ALSA broken ? In-Reply-To: <1117239102l.9264l.0l@werewolf.able.es> References: <20050504221057.1e02a402.akpm@osdl.org> <1115510869l.7472l.0l@werewolf.able.es> <1115594680l.7540l.0l@werewolf.able.es> <1115936836l.8448l.1l@werewolf.able.es> <1116331359l.7364l.0l@werewolf.able.es> <1116369585l.8840l.0l@werewolf.able.es> <1117151518l.7637l.0l@werewolf.able.es> <1117205521.13829.59.camel@mindpipe> <1117239102l.9264l.0l@werewolf.able.es> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 15) (Security Through Obscurity) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1769 Lines: 47 At Sat, 28 May 2005 00:11:42 +0000, J.A. Magallon wrote: > > > On 05.27, Lee Revell wrote: > > On Thu, 2005-05-26 at 23:51 +0000, J.A. Magallon wrote: > > > - When linking I got: > > > if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map > > > 2.6.11-jam20; fi > > > WARNING: /lib/modules/2.6.11-jam20/kernel/sound/soundcore.ko needs unknown > > > symbol class_simple_device_add > > > WARNING: /lib/modules/2.6.11-jam20/kernel/sound/soundcore.ko needs unknown > > > symbol class_simple_destroy > > > WARNING: /lib/modules/2.6.11-jam20/kernel/sound/soundcore.ko needs unknown > > > symbol class_simple_device_remove > > > WARNING: /lib/modules/2.6.11-jam20/kernel/sound/soundcore.ko needs unknown > > > symbol class_simple_create > > > WARNING: /lib/modules/2.6.11-jam20/kernel/sound/core/snd.ko needs unknown > > > symbol class_simple_device_add > > > WARNING: /lib/modules/2.6.11-jam20/kernel/sound/core/snd.ko needs unknown > > > symbol class_simple_device_remove > > > > > > I think all this have been unexported/killed... > > > > Really? I thought only unused EXPORT_SYMBOLS were being killed. > > > > Lee > > > > werewolf:/usr/src/linux-2.6.12-rc5-mm1# grep -r class_simple_create * > werewolf:/usr/src/linux-2.6.12-rc5-mm1# > > nothin, nada, rien. > They are present in mainline, but dissapeared in -mm. I guess that you copied sound_core.c from alsa-kernel tree. It doesn't work. It's just sync'ed with the mainline kernel, but not with mm. Keep sound_core.c in mm tree. Takashi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/