linux/sound/isa/sb
Takashi Iwai 056622053b ALSA: seq: Define driver object in each driver
This patch moves the driver object initialization and allocation to
each driver's module init/exit code like other normal drivers.  The
snd_seq_driver struct is now published in seq_device.h, and each
driver is responsible to define it with proper driver attributes
(name, probe and remove) with snd_seq_driver specific attributes as id
and argsize fields.  The helper functions snd_seq_driver_register(),
snd_seq_driver_unregister() and module_snd_seq_driver() are used for
simplifying codes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2015-02-12 14:15:54 +01:00
..
Makefile
emu8000.c
emu8000_callback.c
emu8000_local.h
emu8000_patch.c
emu8000_pcm.c
emu8000_synth.c ALSA: seq: Define driver object in each driver 2015-02-12 14:15:54 +01:00
jazz16.c
sb8.c
sb8_main.c
sb8_midi.c
sb16.c
sb16_csp.c
sb16_main.c
sb_common.c
sb_mixer.c
sbawe.c