File tree 4 files changed +1114
-0
lines changed
4 files changed +1114
-0
lines changed Original file line number Diff line number Diff line change @@ -1216,6 +1216,14 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1216
1216
1217
1217
Module supports only 1 card. This module has no enable option.
1218
1218
1219
+ Module snd-mts64
1220
+ ----------------
1221
+
1222
+ Module for Ego Systems (ESI) Miditerminal 4140
1223
+
1224
+ This module supports multiple devices.
1225
+ Requires parport (CONFIG_PARPORT).
1226
+
1219
1227
Module snd-nm256
1220
1228
----------------
1221
1229
Original file line number Diff line number Diff line change @@ -73,6 +73,19 @@ config SND_MTPAV
73
73
To compile this driver as a module, choose M here: the module
74
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
89
config SND_SERIAL_U16550
77
90
tristate "UART16550 serial MIDI driver"
78
91
depends on SND
Original file line number Diff line number Diff line change 5
5
6
6
snd-dummy-objs := dummy.o
7
7
snd-mtpav-objs := mtpav.o
8
+ snd-mts64-objs := mts64.o
8
9
snd-serial-u16550-objs := serial-u16550.o
9
10
snd-virmidi-objs := virmidi.o
10
11
@@ -13,5 +14,6 @@ obj-$(CONFIG_SND_DUMMY) += snd-dummy.o
13
14
obj-$(CONFIG_SND_VIRMIDI) += snd-virmidi.o
14
15
obj-$(CONFIG_SND_SERIAL_U16550) += snd-serial-u16550.o
15
16
obj-$(CONFIG_SND_MTPAV) += snd-mtpav.o
17
+ obj-$(CONFIG_SND_MTS64) += snd-mts64.o
16
18
17
19
obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/
You can’t perform that action at this time.
0 commit comments