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

From: Takashi Iwai
Date: Wed Jun 01 2016 - 01:36:59 EST


On Tue, 31 May 2016 17:54:16 +0200,
William Breathitt Gray wrote:
>
> 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

Thanks, applied all patches now.


Takashi