From: Takashi Iwai <tiwai@suse.de>
To: Fernando Lopez-Lezcano <nando@ccrma.Stanford.EDU>
Cc: alsa-devel@alsa-project.org
Subject: Re: current CVS: compile error
Date: Fri, 07 Jan 2005 11:53:33 +0100 [thread overview]
Message-ID: <s5hy8f5wlw2.wl@alsa2.suse.de> (raw)
In-Reply-To: <1105064170.26216.102.camel@cmn37.stanford.edu>
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
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
[-- Attachment #2: Type: text/plain, Size: 1433 bytes --]
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);
next prev parent reply other threads:[~2005-01-07 10:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-07 2:16 current CVS: compile error Fernando Lopez-Lezcano
2005-01-07 9:19 ` Giuliano Pochini
2005-01-08 1:39 ` Fernando Lopez-Lezcano
2005-01-09 17:04 ` Giuliano Pochini
2005-01-09 20:25 ` Fernando Lopez-Lezcano
2005-01-07 10:53 ` Takashi Iwai [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-02-06 23:38 current cvs " Fernando Pablo Lopez-Lezcano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hy8f5wlw2.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=nando@ccrma.Stanford.EDU \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.