* Writing alsa driver for Roland Sound Canvas SCP-55 pcmcia card
@ 2005-08-16 11:43 John Shillinglaw
2005-08-16 13:25 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: John Shillinglaw @ 2005-08-16 11:43 UTC (permalink / raw)
To: ALSA development
Hello,
I am starting to write a driver for Roland's SCP-55 pcmcia sound card
( midi port at 330, 2 channels of audio play/record, and internal GM
synth ).
I have the old drivers from the person who was previously working on a
driver for this card, and have found the driver writing documentation
from alsa-project.org which focuses on pci cards.
Can anyone point me to resources and help for developing an alsa driver
for a pcmcia card?
Thanks,
John Shillinglaw
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Writing alsa driver for Roland Sound Canvas SCP-55 pcmcia card
2005-08-16 11:43 Writing alsa driver for Roland Sound Canvas SCP-55 pcmcia card John Shillinglaw
@ 2005-08-16 13:25 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2005-08-16 13:25 UTC (permalink / raw)
To: John Shillinglaw; +Cc: ALSA development
At Tue, 16 Aug 2005 07:43:25 -0400,
John Shillinglaw wrote:
>
> Hello,
>
> I am starting to write a driver for Roland's SCP-55 pcmcia sound card
> ( midi port at 330, 2 channels of audio play/record, and internal GM
> synth ).
>
> I have the old drivers from the person who was previously working on a
> driver for this card, and have found the driver writing documentation
> from alsa-project.org which focuses on pci cards.
>
> Can anyone point me to resources and help for developing an alsa driver
> for a pcmcia card?
PCMCIA has two different types: PCCard and CardBus. The latter is
almost identical with the normal PCI driver, so the all topics
described in my tutorial are valid.
The former, PCCard, is a different one. You sholud check some other
drivers like vxpocket or pdaudiocf. (Better to check the latest CVS
version to follow the recent change of kernels).
Takashi
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-16 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-16 11:43 Writing alsa driver for Roland Sound Canvas SCP-55 pcmcia card John Shillinglaw
2005-08-16 13:25 ` 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.