]> git.kernelconcepts.de Git - karo-tx-linux.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)
commiteb3b705aaed9cab7efef8c905eda919b5fd902b9
tree097486d9b914cf1965116fc5b7a12d6115ed0352
parent6baca010c71176f406299ea1949e721ab995ff01
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