DEFINE_CLASS
DEFINE_CLASS(midisynth, midisynth_methods, 0);
DEFINE_CLASS(mpu401, mpu401_methods, 0);
DEFINE_CLASS(sequencer, seq_methods, 0);
static DEFINE_CLASS(cmi_mpu, cmi_mpu_methods, 0);
static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
#define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
#define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
#define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
DEFINE_CLASS(null, null_methods, 0);
static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \