echo3g.c (5a84d159061d914c8dd4aa372ac6e9529c2be453) echo3g.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 *

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

63#include <sound/pcm_params.h>
64#include <sound/asoundef.h>
65#include <sound/initval.h>
66#include <sound/rawmidi.h>
67#include <asm/io.h>
68#include <asm/atomic.h>
69#include "echoaudio.h"
70
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 *

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

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

--- 41 unchanged lines hidden ---
75#define FW_361_LOADER 0
76#define FW_ECHO3G_DSP 1
77#define FW_3G_ASIC 2
78
79static const struct firmware card_fw[] = {
80 {0, "loader_dsp.fw"},
81 {0, "echo3g_dsp.fw"},
82 {0, "3g_asic.fw"}

--- 41 unchanged lines hidden ---