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

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

55#include <sound/pcm.h>
56#include <sound/pcm_params.h>
57#include <sound/asoundef.h>
58#include <sound/initval.h>
59#include <asm/io.h>
60#include <asm/atomic.h>
61#include "echoaudio.h"
62
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 *

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

55#include <sound/pcm.h>
56#include <sound/pcm_params.h>
57#include <sound/asoundef.h>
58#include <sound/initval.h>
59#include <asm/io.h>
60#include <asm/atomic.h>
61#include "echoaudio.h"
62
63MODULE_FIRMWARE("ea/gina20_dsp.fw");
64
63#define FW_GINA20_DSP 0
64
65static const struct firmware card_fw[] = {
66 {0, "gina20_dsp.fw"}
67};
68
69static struct pci_device_id snd_echo_ids[] = {
70 {0x1057, 0x1801, 0xECC0, 0x0020, 0, 0, 0}, /* DSP 56301 Gina20 rev.0 */

--- 34 unchanged lines hidden ---
65#define FW_GINA20_DSP 0
66
67static const struct firmware card_fw[] = {
68 {0, "gina20_dsp.fw"}
69};
70
71static struct pci_device_id snd_echo_ids[] = {
72 {0x1057, 0x1801, 0xECC0, 0x0020, 0, 0, 0}, /* DSP 56301 Gina20 rev.0 */

--- 34 unchanged lines hidden ---