[ARM] Don't sleep in cpufreq code if IRQs are disabled (during resume.)
[linux-2.6/history.git] / sound / drivers / Kconfig
blob6483d155b6fe24d5729a455eaba2a1a58e5fdb54
1 # ALSA generic drivers
3 menu "Generic devices"
4         depends on SND!=n
6 config SND_DUMMY
7         tristate "Dummy (/dev/null) soundcard"
8         depends on SND
9         help
10           Say 'Y' or 'M' to include dummy driver. This driver does nothing, but
11           emulates various mixer controls and PCM devices.
12           
14 config SND_VIRMIDI
15         tristate "Virtual MIDI soundcard"
16         depends on SND_SEQUENCER
17         help
18           Say 'Y' or 'M' to include virtual MIDI driver. This driver allows to
19           connect applications using raw MIDI devices to sequencer.
21 config SND_MTPAV
22         tristate "MOTU MidiTimePiece AV multiport MIDI"
23         depends on SND
24         help
25           Say 'Y' or 'M' to include support for MOTU MidiTimePiece AV multiport
26           MIDI adapter.
28 config SND_SERIAL_U16550
29         tristate "UART16550 - MIDI only driver"
30         depends on SND
31         help
32           Say 'Y' or 'M' to include support for MIDI serial port driver. It works
33           with serial UARTs 16550 and better.
35 config SND_MPU401
36         tristate "Generic MPU-401 UART driver"
37         depends on SND
38         help
39           Say 'Y' or 'M' to include support for MPU401 hardware using UART access.
41 endmenu