emux_synth.c (d585a021c0b10b0477d6b608c53e1feb8cde0507) | emux_synth.c (d81a6d71760c4d8323f1f9a506c64084caa09063) |
---|---|
1/* 2 * Midi synth routines for the Emu8k/Emu10k1 3 * 4 * Copyright (C) 1999 Steve Ratcliffe 5 * Copyright (c) 1999-2000 Takashi Iwai <tiwai@suse.de> 6 * 7 * Contains code based on awe_wave.c by Takashi Iwai 8 * --- 8 unchanged lines hidden (view full) --- 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * 23 */ 24 | 1/* 2 * Midi synth routines for the Emu8k/Emu10k1 3 * 4 * Copyright (C) 1999 Steve Ratcliffe 5 * Copyright (c) 1999-2000 Takashi Iwai <tiwai@suse.de> 6 * 7 * Contains code based on awe_wave.c by Takashi Iwai 8 * --- 8 unchanged lines hidden (view full) --- 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * 23 */ 24 |
25#include <linux/export.h> |
|
25#include "emux_voice.h" 26#include <sound/asoundef.h> 27 28/* 29 * Prototypes 30 */ 31 32/* --- 951 unchanged lines hidden --- | 26#include "emux_voice.h" 27#include <sound/asoundef.h> 28 29/* 30 * Prototypes 31 */ 32 33/* --- 951 unchanged lines hidden --- |