All of lore.kernel.org
 help / color / mirror / Atom feed
* Serial MIDI driver for PL011 - as found on BCM2835 hardware
@ 2014-10-20 23:30 Kim Taylor
  2014-10-20 23:40 ` Kim Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: Kim Taylor @ 2014-10-20 23:30 UTC (permalink / raw)
  To: alsa-devel

Hi,

I've written a driver for raw MIDI using the PL011. It is obviously
based on the snd-serial-u16550 module, with a couple of improvements:

 - I've implemented a drain() callback.

 - I've also implemented a half duplex mode based on a timer callback
which was necessary for reliable communication with my eMagic Unitor 8
hardware. (Testing with a serial link to other hardware shows that the
full duplex mode is also working.)

It can be found here:
https://github.com/kmtaylor/rpi_patches/blob/master/serial-pl011.c

If you think it should be included in the ALSA repository, please let me
know what to do next.

Regards,

Kim

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-07 10:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 23:30 Serial MIDI driver for PL011 - as found on BCM2835 hardware Kim Taylor
2014-10-20 23:40 ` Kim Taylor
2014-10-21  7:20   ` Daniel Mack
2014-10-21 22:24     ` Kim Taylor
2014-10-22  6:51       ` Takashi Iwai
2014-11-07  0:40         ` Kim Taylor
2014-11-07 10:05           ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.