linux/sound/synth/emux/emux_proc.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *  Copyright (C) 2000 Takashi Iwai <[email protected]>
 *
 *  Proc interface for Emu8k/Emu10k1 WaveTable synth
 */

#include <linux/wait.h>
#include <sound/core.h>
#include <sound/emux_synth.h>
#include <sound/info.h>
#include "emux_voice.h"

static void
snd_emux_proc_info_read(struct snd_info_entry *entry, 
			struct snd_info_buffer *buf)
{}


void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device)
{}

void snd_emux_proc_free(struct snd_emux *emu)
{}