linux/sound/isa/sb/emu8000_synth.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *  Copyright (c) by Jaroslav Kysela <[email protected]>
 *     and (c) 1999 Steve Ratcliffe <[email protected]>
 *  Copyright (C) 1999-2000 Takashi Iwai <[email protected]>
 *
 *  Emu8000 synth plug-in routine
 */

#include "emu8000_local.h"
#include <linux/init.h>
#include <linux/module.h>
#include <sound/initval.h>

MODULE_AUTHOR();
MODULE_DESCRIPTION();
MODULE_LICENSE();

/*----------------------------------------------------------------*/

/*
 * create a new hardware dependent device for Emu8000
 */
static int snd_emu8000_probe(struct device *_dev)
{}


/*
 * free all resources
 */
static int snd_emu8000_remove(struct device *_dev)
{}

/*
 *  INIT part
 */

static struct snd_seq_driver emu8000_driver =;

module_snd_seq_driver();