emu8000_callback.c (0a0fc0ddbe732779366ab6b1b879f62195e65967) emu8000_callback.c (d81a6d71760c4d8323f1f9a506c64084caa09063)
1/*
2 * synth callback routines for the emu8000 (AWE32/64)
3 *
4 * Copyright (C) 1999 Steve Ratcliffe
5 * Copyright (C) 1999-2000 Takashi Iwai <tiwai@suse.de>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

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

15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22#include "emu8000_local.h"
1/*
2 * synth callback routines for the emu8000 (AWE32/64)
3 *
4 * Copyright (C) 1999 Steve Ratcliffe
5 * Copyright (C) 1999-2000 Takashi Iwai <tiwai@suse.de>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

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

15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22#include "emu8000_local.h"
23#include <linux/export.h>
23#include <sound/asoundef.h>
24
25/*
26 * prototypes
27 */
28static struct snd_emux_voice *get_voice(struct snd_emux *emu,
29 struct snd_emux_port *port);
30static int start_voice(struct snd_emux_voice *vp);

--- 516 unchanged lines hidden ---
24#include <sound/asoundef.h>
25
26/*
27 * prototypes
28 */
29static struct snd_emux_voice *get_voice(struct snd_emux *emu,
30 struct snd_emux_port *port);
31static int start_voice(struct snd_emux_voice *vp);

--- 516 unchanged lines hidden ---