All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francesco Lavra <francescolavra.fl@gmail.com>
To: alsa-devel@alsa-project.org
Subject: MIDI port using UART interface
Date: Sat, 19 Sep 2015 15:35:16 +0200	[thread overview]
Message-ID: <55FD6494.8030208@gmail.com> (raw)

Hi,
I'm looking to use an UART interface as a MIDI in/out port.
Since MIDI is an asynchronous serial interface just like UART, and 
provided a given UART controller is able to operate at 31.25 kbps (in my 
case, it is) a UART port can be transformed into a MIDI port by adding 
some hardware components (e.g. an optocopuler) to it, I would have 
expected to find a generic MIDI<->UART adapter layer in the kernel that 
bridges the ALSA MIDI interface with UART drivers and allows to operate 
UARTs as MIDI ports. But apparently there is no such generic adapter, 
the closest driver I found is for the UART 16550 but this is specific to 
a type of UART controller different from the one in the platform I'm 
using (which is i.MX6).
So how would you approach the task of writing a MIDI driver that uses 
UART behind the scenes? Am I correct in assuming that I have to use the 
RawMIDI interface (as the UART 16550 driver does) to make my MIDI port 
available to ALSA applications? Or is there a better alternative?

Thanks,
Francesco

             reply	other threads:[~2015-09-19 13:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-19 13:35 Francesco Lavra [this message]
2015-09-23 18:14 ` MIDI port using UART interface Clemens Ladisch
2015-09-24  6:58   ` Francesco Lavra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55FD6494.8030208@gmail.com \
    --to=francescolavra.fl@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.