Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34852
b: refs/heads/master
c: 68ab801
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Koenig authored and Jaroslav Kysela committed Sep 23, 2006
1 parent a3baf35 commit 9d9bc57
Show file tree
Hide file tree
Showing 5 changed files with 1,115 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9265d199616630c2eb993ffe40c9daef3d6873b3
refs/heads/master: 68ab801e32bbe2caac8b8c6e6e94f41fe7d687ad
8 changes: 8 additions & 0 deletions trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,14 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

Module supports only 1 card. This module has no enable option.

Module snd-mts64
----------------

Module for Ego Systems (ESI) Miditerminal 4140

This module supports multiple devices.
Requires parport (CONFIG_PARPORT).

Module snd-nm256
----------------

Expand Down
13 changes: 13 additions & 0 deletions trunk/sound/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ config SND_MTPAV
To compile this driver as a module, choose M here: the module
will be called snd-mtpav.

config SND_MTS64
tristate "ESI Miditerminal 4140 driver"
depends on SND && PARPORT
select SND_RAWMIDI
help
The ESI Miditerminal 4140 is a 4 In 4 Out MIDI Interface with
additional SMPTE Timecode capabilities for the parallel port.

Say 'Y' to include support for this device.

To compile this driver as a module, chose 'M' here: the module
will be called snd-mts64.

config SND_SERIAL_U16550
tristate "UART16550 serial MIDI driver"
depends on SND
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

snd-dummy-objs := dummy.o
snd-mtpav-objs := mtpav.o
snd-mts64-objs := mts64.o
snd-serial-u16550-objs := serial-u16550.o
snd-virmidi-objs := virmidi.o

Expand All @@ -13,5 +14,6 @@ obj-$(CONFIG_SND_DUMMY) += snd-dummy.o
obj-$(CONFIG_SND_VIRMIDI) += snd-virmidi.o
obj-$(CONFIG_SND_SERIAL_U16550) += snd-serial-u16550.o
obj-$(CONFIG_SND_MTPAV) += snd-mtpav.o
obj-$(CONFIG_SND_MTS64) += snd-mts64.o

obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/
Loading

0 comments on commit 9d9bc57

Please sign in to comment.