]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: seq: Reorganize kconfig and build
authorTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 12:40:18 +0000 (14:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 20:10:06 +0000 (22:10 +0200)
commit2b4fdd465b2f3a2aa5cdb42824acbb5313b6ef81
tree74527dcfd33dda528f423aa32e14788641694c83
parente618b8e3bfb59c4a438a922c1f69693cfc47a388
ALSA: seq: Reorganize kconfig and build

This is a slightly intensive rewrite of Kconfig and Makefile about
ALSA sequencer stuff.

The first major change is that the kconfig items for the sequencer are
moved to sound/core/seq/Kconfig.  OK, that's easy.

The substantial change is that, instead of hackish top-level module
selection in Makefile, we define a Kconfig item for each sequencer
module.  The driver that requires such sequencer components select
exclusively the kconfig items.  This is more straightforward and
standard way.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/Kconfig
sound/core/seq/Kconfig
sound/core/seq/Makefile
sound/drivers/Kconfig
sound/isa/Kconfig
sound/pci/Kconfig