mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 17:49:03 +02:00
Generic serial MIDI driver adding support for using serial devices compatible with the serial bus as raw MIDI devices, allowing using additional serial devices not compatible with the existing serial-u16550 driver. Supports only setting standard serial baudrates on the underlying serial device; however, the underlying serial device can be configured so that a requested 38.4 kBaud is actually the standard MIDI 31.25 kBaud. Supports DeviceTree configuration. Signed-off-by: Daniel Kaehn <kaehndan@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220509145933.1161526-3-kaehndan@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
|---|---|---|
| .. | ||
| mpu401 | ||
| opl3 | ||
| opl4 | ||
| pcsp | ||
| vx | ||
| aloop.c | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||
| mtpav.c | ||
| mts64.c | ||
| portman2x4.c | ||
| serial-generic.c | ||
| serial-u16550.c | ||
| virmidi.c | ||