]> 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)
commit2936a47334bb60c3f42d6ef931d0f00f5035e403
tree097486d9b914cf1965116fc5b7a12d6115ed0352
parent8c149c25caf13f53f5316e8e14aca02df8c2aa1b
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