Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48421 Details for
Bug 77865
alsa-driver-1.0.8_rc2 won't compile with gcc 3.4.3 pci/echoaudio/echoaudio.h:424: sorry, unimplemented:
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
replace inlined free_firmware by a macro
alsa-driver-1.0.8rc2_inline-gcc3.4.patch (text/plain), 1.27 KB, created by
Emil Beinroth
on 2005-01-13 12:37:17 UTC
(
hide
)
Description:
replace inlined free_firmware by a macro
Filename:
MIME Type:
Creator:
Emil Beinroth
Created:
2005-01-13 12:37:17 UTC
Size:
1.27 KB
patch
obsolete
>diff -Naur alsa-driver-1.0.8rc2.orig/pci/echoaudio/echoaudio.c alsa-driver-1.0.8rc2/pci/echoaudio/echoaudio.c >--- alsa-driver-1.0.8rc2.orig/pci/echoaudio/echoaudio.c 2005-01-13 21:02:18.000000000 +0100 >+++ alsa-driver-1.0.8rc2/pci/echoaudio/echoaudio.c 2005-01-13 21:21:23.188788208 +0100 >@@ -42,11 +42,13 @@ > return err; > } > >+#if 0 > static inline void free_firmware(const struct firmware *fw_entry) > { > release_firmware(fw_entry); > DE_ACT(("firmware released\n")); > } >+#endif > > > >diff -Naur alsa-driver-1.0.8rc2.orig/pci/echoaudio/echoaudio.h alsa-driver-1.0.8rc2/pci/echoaudio/echoaudio.h >--- alsa-driver-1.0.8rc2.orig/pci/echoaudio/echoaudio.h 2005-01-13 21:02:18.000000000 +0100 >+++ alsa-driver-1.0.8rc2/pci/echoaudio/echoaudio.h 2005-01-13 21:21:23.188788208 +0100 >@@ -421,7 +421,15 @@ > 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); >+ >+#if 0 > static inline void free_firmware(const struct firmware *fw_entry); >+#endif >+ >+#define free_firmware(fw_entry) do { release_firmware(fw_entry); \ >+ DE_ACT(("firmware released\n")); \ >+} while(0) >+ > > #ifdef ECHOCARD_HAS_MIDI > static int enable_midi_input(echoaudio_t *chip, char enable);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 77865
: 48421