[PATCH 00/11] ALSA: Utilize the module_isa_driver macro

From: William Breathitt Gray
Date: Tue May 31 2016 - 11:54:43 EST


The module_isa_driver macro is a helper macro for ISA drivers which do
not do anything special in module init/exit. This patchset eliminates a
lot of ISA driver registration boilerplate code by utilizing
module_isa_driver, which replaces module_init and module_exit.

William Breathitt Gray (11):
ALSA: sb8: Utilize the module_isa_driver macro
ALSA: jazz16: Utilize the module_isa_driver macro
ALSA: ad1848: Utilize the module_isa_driver macro
ALSA: cmi8328: Utilize the module_isa_driver macro
ALSA: cs4231: Utilize the module_isa_driver macro
ALSA: gusmax: Utilize the module_isa_driver macro
ALSA: gusextreme: Utilize the module_isa_driver macro
ALSA: gusclassic: Utilize the module_isa_driver macro
ALSA: sc6000: Utilize the module_isa_driver macro
ALSA: galaxy: Utilize the module_isa_driver macro
ALSA: adlib: Utilize the module_isa_driver macro

sound/isa/ad1848/ad1848.c | 13 +------------
sound/isa/adlib.c | 13 +------------
sound/isa/cmi8328.c | 13 +------------
sound/isa/cs423x/cs4231.c | 13 +------------
sound/isa/galaxy/galaxy.c | 13 +------------
sound/isa/gus/gusclassic.c | 13 +------------
sound/isa/gus/gusextreme.c | 13 +------------
sound/isa/gus/gusmax.c | 13 +------------
sound/isa/sb/jazz16.c | 13 +------------
sound/isa/sb/sb8.c | 13 +------------
sound/isa/sc6000.c | 13 +------------
11 files changed, 11 insertions(+), 132 deletions(-)

--
2.7.3