All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Giuliano Pochini <pochini@shiny.it>
Cc: Paul Davis <paul@linuxaudiosystems.com>,
	alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Re: MIDI and PCMCIA
Date: Wed, 18 Jun 2003 12:59:40 +0200	[thread overview]
Message-ID: <s5hy8zz4pnn.wl@alsa2.suse.de> (raw)
In-Reply-To: <1055890785.1029.32.camel@Jay>

At 17 Jun 2003 22:59:43 +0000,
Giuliano Pochini wrote:
> 
> On sab, 2003-06-14 at 22:06, Paul Davis wrote:
> > >
> > >Some of the cards by Echoaudio have a midi port, but it's not MPC401
> > >compatible. The card has two tiny buffers to send and receive bytes. Where
> > >can I get infos, sample code, etc. to add midi support to my driver ?
> > >The Layla24 also exists in PCMCIA edition. Just like above, I need docs...
> 
> > no docs explicitly, but the hdsp (as just one example; there are
> > others within the driver tree) has a midi port that is completely
> > unrelated to MPC401. it also uses a tasklet to handle midi i/o so as
> > not to affect audio latency.
> 
> Tnx, the code seems quite clear.
> 
> And about the PCMCIA ?

if it's a cardbus, the driver will look just like a normal PCI
driver.  hdsp is a good example.  it's based on the normal pci_driver
struct.  (although it has a xilinx firmware loading routine).

if it's a pccard, you'll need the entry code for cs, and will be a bit
more complicated.  take a look at vx-pocket drivers.


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

  reply	other threads:[~2003-06-18 10:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-14 23:41 MIDI and PCMCIA Giuliano Pochini
2003-06-14 22:06 ` Paul Davis
2003-06-17 22:59   ` Giuliano Pochini
2003-06-18 10:59     ` Takashi Iwai [this message]
2003-06-18 11:34       ` Paul Davis
2003-06-18 12:34         ` Takashi Iwai

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=s5hy8zz4pnn.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=paul@linuxaudiosystems.com \
    --cc=pochini@shiny.it \
    /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.