mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
Adding Pimidi kernel module.
Signed-off-by: Giedrius Trainavičius <giedrius@blokas.io>
This commit is contained in:
@@ -263,4 +263,14 @@ config SND_AC97_POWER_SAVE_DEFAULT
|
||||
|
||||
See SND_AC97_POWER_SAVE for more details.
|
||||
|
||||
config SND_PIMIDI
|
||||
tristate "Pimidi driver"
|
||||
depends on SND_SEQUENCER && CRC8
|
||||
select SND_RAWMIDI
|
||||
help
|
||||
Say Y here to include support for Blokas Pimidi.
|
||||
|
||||
To compile this driver as a module, choose M here: the module
|
||||
will be called snd-pimidi.
|
||||
|
||||
endif # SND_DRIVERS
|
||||
|
||||
@@ -9,6 +9,7 @@ snd-aloop-y := aloop.o
|
||||
snd-mtpav-y := mtpav.o
|
||||
snd-mts64-y := mts64.o
|
||||
snd-pcmtest-y := pcmtest.o
|
||||
snd-pimidi-y := pimidi.o
|
||||
snd-portman2x4-y := portman2x4.o
|
||||
snd-serial-u16550-y := serial-u16550.o
|
||||
snd-serial-generic-y := serial-generic.o
|
||||
@@ -23,6 +24,7 @@ obj-$(CONFIG_SND_SERIAL_U16550) += snd-serial-u16550.o
|
||||
obj-$(CONFIG_SND_SERIAL_GENERIC) += snd-serial-generic.o
|
||||
obj-$(CONFIG_SND_MTPAV) += snd-mtpav.o
|
||||
obj-$(CONFIG_SND_MTS64) += snd-mts64.o
|
||||
obj-$(CONFIG_SND_PIMIDI) += snd-pimidi.o
|
||||
obj-$(CONFIG_SND_PORTMAN2X4) += snd-portman2x4.o
|
||||
|
||||
obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
|
||||
|
||||
1113
sound/drivers/pimidi.c
Normal file
1113
sound/drivers/pimidi.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user