Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: Reorganize kconfig for sequencer stuff
@ 2017-06-09 15:12 Takashi Iwai
  2017-06-09 15:12 ` [PATCH 1/5] ALSA: Make CONFIG_SND_OSSEMUL user-selectable Takashi Iwai
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Takashi Iwai @ 2017-06-09 15:12 UTC (permalink / raw)
  To: alsa-devel

Hi,

this is a patchset to rewrite Kconfig and Makefile for building ALSA
sequencer stuff.  The current code still contains quite a few hackish
code for enabling and selecting the features, and this patchset
simplifies to a standard way.  Also, this allows the mixture of
built-in and module in a more flexible way.


Takashi

===

Takashi Iwai (5):
  ALSA: Make CONFIG_SND_OSSEMUL user-selectable
  ALSA: seq: Allow the tristate build of OSS emulation
  ALSA: seq: Reorganize kconfig and build
  ALSA: synth: Select snd-emux-synth explicitly
  ALSA: seq: Allow the modular sequencer registration

 sound/Kconfig                   |  2 ++
 sound/core/Kconfig              | 56 ++++----------------------------
 sound/core/rawmidi.c            |  4 +--
 sound/core/seq/Kconfig          | 72 ++++++++++++++++++++++++++++++++++-------
 sound/core/seq/Makefile         | 21 +++++-------
 sound/core/seq/oss/Makefile     |  2 +-
 sound/drivers/Kconfig           | 15 +++++++++
 sound/drivers/opl3/opl3_lib.c   |  2 +-
 sound/drivers/opl3/opl3_seq.c   |  4 +--
 sound/drivers/opl3/opl3_voice.h |  5 ++-
 sound/drivers/opl4/opl4_lib.c   |  4 +--
 sound/drivers/opl4/opl4_local.h |  2 +-
 sound/isa/Kconfig               |  8 +++++
 sound/isa/sb/emu8000.c          |  2 +-
 sound/isa/sb/emu8000_callback.c |  6 ++--
 sound/isa/sb/sb16.c             |  2 +-
 sound/pci/Kconfig               |  8 +++++
 sound/pci/emu10k1/emu10k1.c     |  2 +-
 sound/synth/Kconfig             |  2 ++
 sound/synth/emux/Makefile       |  4 +--
 sound/synth/emux/emux.c         |  6 ++--
 sound/synth/emux/emux_effect.c  |  2 +-
 sound/synth/emux/emux_oss.c     |  4 ---
 23 files changed, 134 insertions(+), 101 deletions(-)
 create mode 100644 sound/synth/Kconfig

-- 
2.13.1

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

end of thread, other threads:[~2017-06-12  6:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 15:12 [PATCH 0/5] ALSA: Reorganize kconfig for sequencer stuff Takashi Iwai
2017-06-09 15:12 ` [PATCH 1/5] ALSA: Make CONFIG_SND_OSSEMUL user-selectable Takashi Iwai
2017-06-09 15:12 ` [PATCH 2/5] ALSA: seq: Allow the tristate build of OSS emulation Takashi Iwai
2017-06-09 20:13   ` Takashi Iwai
2017-06-09 15:12 ` [PATCH 3/5] ALSA: seq: Reorganize kconfig and build Takashi Iwai
2017-06-09 15:12 ` [PATCH 4/5] ALSA: synth: Select snd-emux-synth explicitly Takashi Iwai
2017-06-09 15:12 ` [PATCH 5/5] ALSA: seq: Allow the modular sequencer registration Takashi Iwai
2017-06-10 19:44   ` Takashi Iwai
2017-06-12  6:54     ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox