Kconfig (8a84fc15ae5cafcc366dd85cf8e1ab2040679abc) Kconfig (e1036502e5263851259d147771226161e5ccc85a)
1# ALSA generic drivers
2
3menu "Generic devices"
4 depends on SND!=n
5
6
7config SND_MPU401_UART
8 tristate

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

21config SND_VX_LIB
22 tristate
23 select SND_HWDEP
24 select SND_PCM
25
26config SND_AC97_CODEC
27 tristate
28 select SND_PCM
1# ALSA generic drivers
2
3menu "Generic devices"
4 depends on SND!=n
5
6
7config SND_MPU401_UART
8 tristate

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

21config SND_VX_LIB
22 tristate
23 select SND_HWDEP
24 select SND_PCM
25
26config SND_AC97_CODEC
27 tristate
28 select SND_PCM
29 select SND_AC97_BUS
29 select AC97_BUS
30
30
31config SND_AC97_BUS
32 tristate
33
34
35config SND_DUMMY
36 tristate "Dummy (/dev/null) soundcard"
37 depends on SND
38 select SND_PCM
39 help
40 Say Y here to include the dummy driver. This driver does
41 nothing, but emulates various mixer controls and PCM devices.
42

--- 74 unchanged lines hidden ---
31config SND_DUMMY
32 tristate "Dummy (/dev/null) soundcard"
33 depends on SND
34 select SND_PCM
35 help
36 Say Y here to include the dummy driver. This driver does
37 nothing, but emulates various mixer controls and PCM devices.
38

--- 74 unchanged lines hidden ---