mia.c (5a84d159061d914c8dd4aa372ac6e9529c2be453) mia.c (7e0af29d6f3964bec3d72c6caeb87a603e660fdf)
1/*
2 * ALSA driver for Echoaudio soundcards.
3 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 *

--- 52 unchanged lines hidden (view full) ---

61#include <sound/pcm_params.h>
62#include <sound/asoundef.h>
63#include <sound/initval.h>
64#include <sound/rawmidi.h>
65#include <asm/io.h>
66#include <asm/atomic.h>
67#include "echoaudio.h"
68
1/*
2 * ALSA driver for Echoaudio soundcards.
3 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 *

--- 52 unchanged lines hidden (view full) ---

61#include <sound/pcm_params.h>
62#include <sound/asoundef.h>
63#include <sound/initval.h>
64#include <sound/rawmidi.h>
65#include <asm/io.h>
66#include <asm/atomic.h>
67#include "echoaudio.h"
68
69MODULE_FIRMWARE("ea/loader_dsp.fw");
70MODULE_FIRMWARE("ea/mia_dsp.fw");
71
69#define FW_361_LOADER 0
70#define FW_MIA_DSP 1
71
72static const struct firmware card_fw[] = {
73 {0, "loader_dsp.fw"},
74 {0, "mia_dsp.fw"}
75};
76

--- 42 unchanged lines hidden ---
72#define FW_361_LOADER 0
73#define FW_MIA_DSP 1
74
75static const struct firmware card_fw[] = {
76 {0, "loader_dsp.fw"},
77 {0, "mia_dsp.fw"}
78};
79

--- 42 unchanged lines hidden ---