Commit bce794ba authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Kconfig: cleanup sound menu

ALSA Core
This properly indents the sound menu.
Signed-off-by: default avatarRoman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4dc379e2
# ALSA soundcard-configuration # ALSA soundcard-configuration
config SND_TIMER config SND_TIMER
tristate tristate
depends on SND
config SND_PCM config SND_PCM
tristate tristate
select SND_TIMER select SND_TIMER
depends on SND
config SND_HWDEP config SND_HWDEP
tristate tristate
depends on SND
config SND_RAWMIDI config SND_RAWMIDI
tristate tristate
depends on SND
config SND_SEQUENCER config SND_SEQUENCER
tristate "Sequencer support" tristate "Sequencer support"
...@@ -40,6 +44,7 @@ config SND_SEQ_DUMMY ...@@ -40,6 +44,7 @@ config SND_SEQ_DUMMY
config SND_OSSEMUL config SND_OSSEMUL
bool bool
depends on SND
config SND_MIXER_OSS config SND_MIXER_OSS
tristate "OSS Mixer API" tristate "OSS Mixer API"
...@@ -70,7 +75,7 @@ config SND_PCM_OSS ...@@ -70,7 +75,7 @@ config SND_PCM_OSS
config SND_SEQUENCER_OSS config SND_SEQUENCER_OSS
bool "OSS Sequencer API" bool "OSS Sequencer API"
depends on SND_SEQUENCER depends on SND && SND_SEQUENCER
select SND_OSSEMUL select SND_OSSEMUL
help help
Say Y here to enable OSS sequencer emulation (both Say Y here to enable OSS sequencer emulation (both
...@@ -125,3 +130,4 @@ config SND_DEBUG_DETECT ...@@ -125,3 +130,4 @@ config SND_DEBUG_DETECT
config SND_GENERIC_PM config SND_GENERIC_PM
bool bool
depends on SND
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