|
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); |