From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: current CVS: compile error Date: Fri, 07 Jan 2005 11:53:33 +0100 Message-ID: References: <1105064170.26216.102.camel@cmn37.stanford.edu> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: multipart/mixed; boundary="Multipart_Fri_Jan__7_11:53:33_2005-1" Return-path: Received: from Cantor.suse.de (mail-ex.suse.de [195.135.220.2]) by alsa.alsa-project.org (ALSA's E-mail Delivery System) with ESMTP id 76CAA302 for ; Fri, 7 Jan 2005 11:53:34 +0100 (MET) In-Reply-To: <1105064170.26216.102.camel@cmn37.stanford.edu> Sender: alsa-devel-admin@lists.sourceforge.net Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Fernando Lopez-Lezcano Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org --Multipart_Fri_Jan__7_11:53:33_2005-1 Content-Type: text/plain; charset=US-ASCII At 06 Jan 2005 18:16:11 -0800, Fernando Lopez-Lezcano wrote: > > I'm getting this error while building current CVS (one FC3): Does the attached patch work? Takashi --Multipart_Fri_Jan__7_11:53:33_2005-1 Content-Type: text/plain; charset=US-ASCII Index: alsa-driver/pci/echoaudio/echoaudio.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-driver/pci/echoaudio/echoaudio.c,v retrieving revision 1.2 diff -u -r1.2 echoaudio.c --- alsa-driver/pci/echoaudio/echoaudio.c 28 Dec 2004 19:20:01 -0000 1.2 +++ alsa-driver/pci/echoaudio/echoaudio.c 7 Jan 2005 10:52:23 -0000 @@ -42,7 +42,7 @@ return err; } -static inline void free_firmware(const struct firmware *fw_entry) +static void free_firmware(const struct firmware *fw_entry) { release_firmware(fw_entry); DE_ACT(("firmware released\n")); Index: alsa-driver/pci/echoaudio/echoaudio.h =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-driver/pci/echoaudio/echoaudio.h,v retrieving revision 1.1 diff -u -r1.1 echoaudio.h --- alsa-driver/pci/echoaudio/echoaudio.h 27 Dec 2004 15:51:18 -0000 1.1 +++ alsa-driver/pci/echoaudio/echoaudio.h 7 Jan 2005 10:52:27 -0000 @@ -421,7 +421,7 @@ static int wait_handshake(echoaudio_t *chip); static int send_vector(echoaudio_t *chip, u32 command); static int get_firmware(const struct firmware **fw_entry, const struct firmware *frm, echoaudio_t *chip); -static inline void free_firmware(const struct firmware *fw_entry); +static void free_firmware(const struct firmware *fw_entry); #ifdef ECHOCARD_HAS_MIDI static int enable_midi_input(echoaudio_t *chip, char enable); --Multipart_Fri_Jan__7_11:53:33_2005-1-- ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt