alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] ALSA: Utilize the module_isa_driver macro
@ 2016-05-31 15:54 William Breathitt Gray
  2016-05-31 15:54 ` [PATCH 01/11] ALSA: sb8: " William Breathitt Gray
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: William Breathitt Gray @ 2016-05-31 15:54 UTC (permalink / raw)
  To: perex, tiwai; +Cc: alsa-devel, linux-kernel, William Breathitt Gray

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-06-01  5:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 15:54 [PATCH 00/11] ALSA: Utilize the module_isa_driver macro William Breathitt Gray
2016-05-31 15:54 ` [PATCH 01/11] ALSA: sb8: " William Breathitt Gray
2016-05-31 15:54 ` [PATCH 02/11] ALSA: jazz16: " William Breathitt Gray
2016-05-31 15:55 ` [PATCH 03/11] ALSA: ad1848: " William Breathitt Gray
2016-05-31 15:55 ` [PATCH 04/11] ALSA: cmi8328: " William Breathitt Gray
2016-05-31 15:55 ` [PATCH 05/11] ALSA: cs4231: " William Breathitt Gray
2016-05-31 15:55 ` [PATCH 06/11] ALSA: gusmax: " William Breathitt Gray
2016-05-31 15:55 ` [PATCH 07/11] ALSA: gusextreme: " William Breathitt Gray
2016-05-31 15:56 ` [PATCH 08/11] ALSA: gusclassic: " William Breathitt Gray
2016-05-31 15:56 ` [PATCH 09/11] ALSA: sc6000: " William Breathitt Gray
2016-05-31 15:56 ` [PATCH 10/11] ALSA: galaxy: " William Breathitt Gray
2016-05-31 15:56 ` [PATCH 11/11] ALSA: adlib: " William Breathitt Gray
2016-06-01  5:36 ` [PATCH 00/11] ALSA: " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).