Kconfig (85e9ca333d03fbd56b9e123c8456f0d98e20faad) Kconfig (d886e87cb82b0f6636476c1104bb84d7c8dc87d9)
1# ALSA soundcard-configuration
2config SND_TIMER
3 tristate
4
5config SND_PCM
6 tristate
7 select SND_TIMER
8
9config SND_HWDEP
10 tristate
11
12config SND_RAWMIDI
13 tristate
14
1# ALSA soundcard-configuration
2config SND_TIMER
3 tristate
4
5config SND_PCM
6 tristate
7 select SND_TIMER
8
9config SND_HWDEP
10 tristate
11
12config SND_RAWMIDI
13 tristate
14
15# To be effective this also requires INPUT - users should say:
16# select SND_JACK if INPUT=y || INPUT=SND
17# to avoid having to force INPUT on.
18config SND_JACK
19 bool
20
15config SND_SEQUENCER
16 tristate "Sequencer support"
17 select SND_TIMER
18 help
19 Say Y or M to enable MIDI sequencer and router support. This
20 feature allows routing and enqueueing of MIDI events. Events
21 can be processed at a given time.
22

--- 10 unchanged lines hidden (view full) ---

33
34 You don't need this unless you want to connect many MIDI
35 devices or applications together.
36
37 To compile this driver as a module, choose M here: the module
38 will be called snd-seq-dummy.
39
40config SND_OSSEMUL
21config SND_SEQUENCER
22 tristate "Sequencer support"
23 select SND_TIMER
24 help
25 Say Y or M to enable MIDI sequencer and router support. This
26 feature allows routing and enqueueing of MIDI events. Events
27 can be processed at a given time.
28

--- 10 unchanged lines hidden (view full) ---

39
40 You don't need this unless you want to connect many MIDI
41 devices or applications together.
42
43 To compile this driver as a module, choose M here: the module
44 will be called snd-seq-dummy.
45
46config SND_OSSEMUL
47 select SOUND_OSS_CORE
41 bool
42
43config SND_MIXER_OSS
44 tristate "OSS Mixer API"
45 select SND_OSSEMUL
46 help
47 To enable OSS mixer API emulation (/dev/mixer*), say Y here
48 and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.

--- 128 unchanged lines hidden ---
48 bool
49
50config SND_MIXER_OSS
51 tristate "OSS Mixer API"
52 select SND_OSSEMUL
53 help
54 To enable OSS mixer API emulation (/dev/mixer*), say Y here
55 and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.

--- 128 unchanged lines hidden ---