diff options
author | Matthias Koenig <mk@phasorlab.de> | 2006-07-27 10:59:23 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:39:16 -0400 |
commit | 68ab801e32bbe2caac8b8c6e6e94f41fe7d687ad (patch) | |
tree | 8a014270a65517a3290416d2a2143e207b3708de /sound/drivers/Kconfig | |
parent | 9265d199616630c2eb993ffe40c9daef3d6873b3 (diff) |
[ALSA] Add snd-mts64 driver for ESI Miditerminal 4140
Added snd-mts64 driver for Ego Systems (ESI) Miditerminal 4140
by Matthias Koenig <mk@phasorlab.de>.
The driver requires parport (CONFIG_PARPORT).
Signed-off-by: Matthias Koenig <mk@phasorlab.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r-- | sound/drivers/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 897dc2dfd7dd..952c7f170101 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -73,6 +73,19 @@ config SND_MTPAV | |||
73 | To compile this driver as a module, choose M here: the module | 73 | To compile this driver as a module, choose M here: the module |
74 | will be called snd-mtpav. | 74 | will be called snd-mtpav. |
75 | 75 | ||
76 | config SND_MTS64 | ||
77 | tristate "ESI Miditerminal 4140 driver" | ||
78 | depends on SND && PARPORT | ||
79 | select SND_RAWMIDI | ||
80 | help | ||
81 | The ESI Miditerminal 4140 is a 4 In 4 Out MIDI Interface with | ||
82 | additional SMPTE Timecode capabilities for the parallel port. | ||
83 | |||
84 | Say 'Y' to include support for this device. | ||
85 | |||
86 | To compile this driver as a module, chose 'M' here: the module | ||
87 | will be called snd-mts64. | ||
88 | |||
76 | config SND_SERIAL_U16550 | 89 | config SND_SERIAL_U16550 |
77 | tristate "UART16550 serial MIDI driver" | 90 | tristate "UART16550 serial MIDI driver" |
78 | depends on SND | 91 | depends on SND |