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

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

51#include <sound/pcm.h>
52#include <sound/pcm_params.h>
53#include <sound/asoundef.h>
54#include <sound/initval.h>
55#include <asm/io.h>
56#include <asm/atomic.h>
57#include "echoaudio.h"
58
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 *

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

51#include <sound/pcm.h>
52#include <sound/pcm_params.h>
53#include <sound/asoundef.h>
54#include <sound/initval.h>
55#include <asm/io.h>
56#include <asm/atomic.h>
57#include "echoaudio.h"
58
59MODULE_FIRMWARE("ea/darla20_dsp.fw");
60
59#define FW_DARLA20_DSP 0
60
61static const struct firmware card_fw[] = {
62 {0, "darla20_dsp.fw"}
63};
64
65static struct pci_device_id snd_echo_ids[] = {
66 {0x1057, 0x1801, 0xECC0, 0x0010, 0, 0, 0}, /* DSP 56301 Darla20 rev.0 */

--- 34 unchanged lines hidden ---
61#define FW_DARLA20_DSP 0
62
63static const struct firmware card_fw[] = {
64 {0, "darla20_dsp.fw"}
65};
66
67static struct pci_device_id snd_echo_ids[] = {
68 {0x1057, 0x1801, 0xECC0, 0x0010, 0, 0, 0}, /* DSP 56301 Darla20 rev.0 */

--- 34 unchanged lines hidden ---