Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47188
b: refs/heads/master
c: 757e119
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Koenig authored and Jaroslav Kysela committed Feb 9, 2007
1 parent a4af08e commit ca525d3
Show file tree
Hide file tree
Showing 5 changed files with 897 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: 32360416322ddfcd2db2f7655f606c5b86a29102
refs/heads/master: 757e119bf52b014b3181eed97b01f87a245b8ff9
7 changes: 7 additions & 0 deletions trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,13 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

This module supports multiple cards.

Module snd-portman2x4
---------------------

Module for Midiman Portman 2x4 parallel port MIDI interface

This module supports multiple cards.

Module snd-powermac (on ppc only)
---------------------------------

Expand Down
11 changes: 11 additions & 0 deletions trunk/sound/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,15 @@ config SND_MPU401
To compile this driver as a module, choose M here: the module
will be called snd-mpu401.

config SND_PORTMAN2X4
tristate "Portman 2x4 driver"
depends on SND && PARPORT
select SND_RAWMIDI
help
Say Y here to include support for Midiman Portman 2x4 parallel
port MIDI device.

To compile this driver as a module, choose M here: the module
will be called snd-portman2x4.

endmenu
2 changes: 2 additions & 0 deletions trunk/sound/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
snd-dummy-objs := dummy.o
snd-mtpav-objs := mtpav.o
snd-mts64-objs := mts64.o
snd-portman2x4-objs := portman2x4.o
snd-serial-u16550-objs := serial-u16550.o
snd-virmidi-objs := virmidi.o

Expand All @@ -15,5 +16,6 @@ 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_PORTMAN2X4) += snd-portman2x4.o

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

0 comments on commit ca525d3

Please sign in to comment.