#include "seq_oss_device.h"
#include "seq_oss_readq.h"
#include "seq_oss_writeq.h"
#include "seq_oss_timer.h"
#include "seq_oss_synth.h"
#include "seq_oss_midi.h"
#include "seq_oss_event.h"
static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg)
{ … }
static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg)
{ … }
static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg)
{ … }
int
snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg)
{ … }