From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 1/1] hdsp: allow firmware loading from inside the kernel Date: Tue, 12 May 2009 09:18:39 +0200 Message-ID: References: <4A091428.2000106@free.fr> <4A091B81.3050107@free.fr> <4A091FAF.9090400@free.fr> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 10CE3246D0 for ; Tue, 12 May 2009 09:18:40 +0200 (CEST) In-Reply-To: <4A091FAF.9090400@free.fr> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: =?ISO-8859-1?Q?Rapha=EBl?= Doursenaud Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Tue, 12 May 2009 09:05:19 +0200, Rapha=EBl Doursenaud wrote: > = > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > = > Takashi Iwai a =E9crit : > > At Tue, 12 May 2009 08:47:29 +0200, > > Rapha=EBl Doursenaud wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> Takashi Iwai a =E9crit : > >>> At Tue, 12 May 2009 08:16:08 +0200, > >>> Rapha=EBl Doursenaud wrote: > >>>> From: Rapha=EBl Doursenaud > >>>> > >>>> Allow the use of the FIRMWARE_IN_KERNEL option with hdsp cards and > >>>> in-kernel driver. > >>> Did it really work without problems? > >>> > >>> > >>> Takashi > >> Tested over the weekend with two multifaces in my DAW. > >> Got no problem. > > = > > Interesting. > > Did you build the firmware file into the kernel, or not? > > = > > = > > Takashi > Yes I built all hdsp fimware files (multiface_firmware.bin > multiface_firmware_rev11.bin digiface_firmware.bin > digiface_firmware_rev11.bin) into the kernel. > It's the aim of this patch. Well, the problem I'm concerned is that the driver can be compiled in even if you have no built-in firmware. And there is no restriction or dependency check in Kconfig, so far. Could you test how the kernel behaves without the built-in firmware? Does it hang or give any critical error? thanks, Takashi