Commit eb3b705a authored by Takashi Iwai's avatar Takashi Iwai

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 6baca010
...@@ -59,12 +59,14 @@ config SND_SEQ_DUMMY ...@@ -59,12 +59,14 @@ config SND_SEQ_DUMMY
will be called snd-seq-dummy. will be called snd-seq-dummy.
config SND_OSSEMUL config SND_OSSEMUL
bool "Enable OSS Emulation"
select SOUND_OSS_CORE select SOUND_OSS_CORE
bool help
This option enables the build of OSS emulation layer.
config SND_MIXER_OSS config SND_MIXER_OSS
tristate "OSS Mixer API" tristate "OSS Mixer API"
select SND_OSSEMUL depends on SND_OSSEMUL
help help
To enable OSS mixer API emulation (/dev/mixer*), say Y here To enable OSS mixer API emulation (/dev/mixer*), say Y here
and read <file:Documentation/sound/alsa/OSS-Emulation.txt>. and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
...@@ -76,7 +78,7 @@ config SND_MIXER_OSS ...@@ -76,7 +78,7 @@ config SND_MIXER_OSS
config SND_PCM_OSS config SND_PCM_OSS
tristate "OSS PCM (digital audio) API" tristate "OSS PCM (digital audio) API"
select SND_OSSEMUL depends on SND_OSSEMUL
select SND_PCM select SND_PCM
help help
To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
...@@ -110,7 +112,7 @@ config SND_PCM_TIMER ...@@ -110,7 +112,7 @@ config SND_PCM_TIMER
config SND_SEQUENCER_OSS config SND_SEQUENCER_OSS
bool "OSS Sequencer API" bool "OSS Sequencer API"
depends on SND_SEQUENCER depends on SND_SEQUENCER
select SND_OSSEMUL depends on SND_OSSEMUL
help help
Say Y here to enable OSS sequencer emulation (both Say Y here to enable OSS sequencer emulation (both
/dev/sequencer and /dev/music interfaces). /dev/sequencer and /dev/music interfaces).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment