Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77865
Collapse All | Expand All

(-)alsa-driver-1.0.8rc2.orig/pci/echoaudio/echoaudio.c (+2 lines)
Lines 42-52 Link Here
42
	return err;
42
	return err;
43
}
43
}
44
44
45
#if 0
45
static inline void free_firmware(const struct firmware *fw_entry)
46
static inline void free_firmware(const struct firmware *fw_entry)
46
{
47
{
47
	release_firmware(fw_entry);
48
	release_firmware(fw_entry);
48
	DE_ACT(("firmware released\n"));
49
	DE_ACT(("firmware released\n"));
49
}
50
}
51
#endif
50
52
51
53
52
54
(-)alsa-driver-1.0.8rc2.orig/pci/echoaudio/echoaudio.h (+8 lines)
Lines 421-427 Link Here
421
static int wait_handshake(echoaudio_t *chip);
421
static int wait_handshake(echoaudio_t *chip);
422
static int send_vector(echoaudio_t *chip, u32 command);
422
static int send_vector(echoaudio_t *chip, u32 command);
423
static int get_firmware(const struct firmware **fw_entry, const struct firmware *frm, echoaudio_t *chip);
423
static int get_firmware(const struct firmware **fw_entry, const struct firmware *frm, echoaudio_t *chip);
424
425
#if 0
424
static inline void free_firmware(const struct firmware *fw_entry);
426
static inline void free_firmware(const struct firmware *fw_entry);
427
#endif
428
429
#define free_firmware(fw_entry) do { release_firmware(fw_entry); \
430
	DE_ACT(("firmware released\n")); \
431
} while(0)
432
425
433
426
#ifdef ECHOCARD_HAS_MIDI
434
#ifdef ECHOCARD_HAS_MIDI
427
static int enable_midi_input(echoaudio_t *chip, char enable);
435
static int enable_midi_input(echoaudio_t *chip, char enable);

Return to bug 77865