Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750862AbVLTS2c (ORCPT ); Tue, 20 Dec 2005 13:28:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750867AbVLTS2c (ORCPT ); Tue, 20 Dec 2005 13:28:32 -0500 Received: from smtp.osdl.org ([65.172.181.4]:32234 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750862AbVLTS2c (ORCPT ); Tue, 20 Dec 2005 13:28:32 -0500 Date: Tue, 20 Dec 2005 10:24:55 -0800 (PST) From: Linus Torvalds To: Sergey Vlasov cc: Adrian Bunk , Ricardo Cerqueira , mchehab@brturbo.com.br, Linux Kernel Mailing List , video4linux-list@redhat.com, perex@suse.cz, alsa-devel@alsa-project.org Subject: Re: [Alsa-devel] 2.6.15-rc6: boot failure in saa7134-alsa.c In-Reply-To: <20051220155216.GA19797@master.mivlgu.local> Message-ID: References: <20051220131810.GB6789@stusta.de> <20051220155216.GA19797@master.mivlgu.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 622 Lines: 19 On Tue, 20 Dec 2005, Sergey Vlasov wrote: > > saa7134-alsa is trying to initialize before the ALSA core has initialized. > Probably no one has tested CONFIG_VIDEO_SAA7134=y. Adrian, does it work if you change the "module_init()" in sound/sound_core.c into a "fs_initcall()"? That should make sure that the sound core gets to initialize before normal drivers do. Linus - 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/