echo3g.c (a02001086bbfb4da35d1228bebc2f1b442db455f) | echo3g.c (6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359) |
---|---|
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 * --- 40 unchanged lines hidden (view full) --- 49 50#include <linux/delay.h> 51#include <linux/init.h> 52#include <linux/interrupt.h> 53#include <linux/pci.h> 54#include <linux/module.h> 55#include <linux/firmware.h> 56#include <linux/slab.h> | 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 * --- 40 unchanged lines hidden (view full) --- 49 50#include <linux/delay.h> 51#include <linux/init.h> 52#include <linux/interrupt.h> 53#include <linux/pci.h> 54#include <linux/module.h> 55#include <linux/firmware.h> 56#include <linux/slab.h> |
57#include <linux/io.h> |
|
57#include <sound/core.h> 58#include <sound/info.h> 59#include <sound/control.h> 60#include <sound/tlv.h> 61#include <sound/pcm.h> 62#include <sound/pcm_params.h> 63#include <sound/asoundef.h> 64#include <sound/initval.h> 65#include <sound/rawmidi.h> | 58#include <sound/core.h> 59#include <sound/info.h> 60#include <sound/control.h> 61#include <sound/tlv.h> 62#include <sound/pcm.h> 63#include <sound/pcm_params.h> 64#include <sound/asoundef.h> 65#include <sound/initval.h> 66#include <sound/rawmidi.h> |
66#include <asm/io.h> | |
67#include <linux/atomic.h> 68#include "echoaudio.h" 69 70MODULE_FIRMWARE("ea/loader_dsp.fw"); 71MODULE_FIRMWARE("ea/echo3g_dsp.fw"); 72MODULE_FIRMWARE("ea/3g_asic.fw"); 73 74#define FW_361_LOADER 0 --- 48 unchanged lines hidden --- | 67#include <linux/atomic.h> 68#include "echoaudio.h" 69 70MODULE_FIRMWARE("ea/loader_dsp.fw"); 71MODULE_FIRMWARE("ea/echo3g_dsp.fw"); 72MODULE_FIRMWARE("ea/3g_asic.fw"); 73 74#define FW_361_LOADER 0 --- 48 unchanged lines hidden --- |