Adding Pimidi kernel module.

Signed-off-by: Giedrius Trainavičius <giedrius@blokas.io>
This commit is contained in:
Giedrius
2024-11-21 08:04:02 +00:00
committed by Phil Elwell
parent e6085d3931
commit 8000f24e33
3 changed files with 1125 additions and 0 deletions

View File

@@ -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

View File

@@ -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

File diff suppressed because it is too large Load Diff