]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: Make CONFIG_SND_OSSEMUL user-selectable
authorTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 11:56:05 +0000 (13:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 14:38:58 +0000 (16:38 +0200)
commitafc2a6b8ebbd91819761fdedab3e5e1cf5dcdef5
tree097486d9b914cf1965116fc5b7a12d6115ed0352
parent1ec3d442af951da55778094e66908898eee6088b
ALSA: Make CONFIG_SND_OSSEMUL user-selectable

Currently CONFIG_SND_OSSEMUL is selected by each config like
CONFIG_SND_PCM_OSS.  But, as see in the raw MIDI code that is built
conditionally with CONFIG_SND_OSSEMUL, we should rather make
CONFIG_SND_OSSEMUL user-selectable as the top kconfig item, and leave
the rest depending on it.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/Kconfig