* Writing an AC97 device driver for MPC52xx
@ 2007-05-03 14:22 spitzauer_77
2007-05-06 22:25 ` Matt Sealey
0 siblings, 1 reply; 2+ messages in thread
From: spitzauer_77 @ 2007-05-03 14:22 UTC (permalink / raw)
To: linuxppc-dev
Hi all,
i try to write device driver for an AC97 external codec on MPC5200 controller. The PSC1 and 2 on MPC5200 can be configured as AC97.
I'm a little bit new in this topic of writing linux drivers and read a lot in the internet about this. (e.g. http://www.alsa-project.org/~iwai/writing-an-alsa-driver/x1052.htm )
But i have some questions:
- Is there a simple driver maybe on other platforms available, which have the same problem solved?? Most of the sound drivers are coupled with pci.
- I only have to write the pure hardware (PSC) stuff, or?? I'm little confused on how i should handle this with AC97 (ac97_codec.c) and ALSA.
- Is this for my driver the correct layer:
User App -> ALSA -> AC97 -> "My driver" -> Hardware MPC52xx
I'm glad for any hint!
Spitzauer
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Writing an AC97 device driver for MPC52xx
2007-05-03 14:22 Writing an AC97 device driver for MPC52xx spitzauer_77
@ 2007-05-06 22:25 ` Matt Sealey
0 siblings, 0 replies; 2+ messages in thread
From: Matt Sealey @ 2007-05-06 22:25 UTC (permalink / raw)
To: spitzauer_77; +Cc: linuxppc-dev
There's a driver available for the Efika and Lite5200B boards.
It needs a lot of improvement but it's there. I can send you a copy of the
patch for the AC97 if you like, seperate to the list. No point duplicating
work. I'm sure others can do the same if they have anything else (although
the driver will no doubt be Sylvain's :)
--
Matt Sealey <matt@genesi-usa.com>
Genesi, Manager, Developer Relations
spitzauer_77@gmx.de wrote:
> Hi all,
>
> i try to write device driver for an AC97 external codec on MPC5200 controller. The PSC1 and 2 on MPC5200 can be configured as AC97.
>
> I'm a little bit new in this topic of writing linux drivers and read a lot in the internet about this. (e.g. http://www.alsa-project.org/~iwai/writing-an-alsa-driver/x1052.htm )
>
> But i have some questions:
>
> - Is there a simple driver maybe on other platforms available, which have the same problem solved?? Most of the sound drivers are coupled with pci.
>
> - I only have to write the pure hardware (PSC) stuff, or?? I'm little confused on how i should handle this with AC97 (ac97_codec.c) and ALSA.
>
> - Is this for my driver the correct layer:
> User App -> ALSA -> AC97 -> "My driver" -> Hardware MPC52xx
>
>
> I'm glad for any hint!
>
> Spitzauer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-06 22:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03 14:22 Writing an AC97 device driver for MPC52xx spitzauer_77
2007-05-06 22:25 ` Matt Sealey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).