FS#9431 - Add target/generic/sdl/pcm-sdl.c
Attached to Project:
Rockbox
Opened by Christian Gmeiner (ChristianGmeiner) - Tuesday, 30 September 2008, 07:17 GMT
Last edited by Thomas Jarosch (thomasjfox) - Sunday, 13 March 2011, 10:30 GMT
Opened by Christian Gmeiner (ChristianGmeiner) - Tuesday, 30 September 2008, 07:17 GMT
Last edited by Thomas Jarosch (thomasjfox) - Sunday, 13 March 2011, 10:30 GMT
|
DetailsThis is my first attempt to move some sdl stuff into the target tree.
I moved sound.c from uisimulator into target/generic/sdl/pcm-sdl and for me it works. There is one open point to discuss: What to do with debug_audio stuff in pcm-sdl? Remove it or use it? In the end we could use target/generic/sdl for the simulator, as I am doing this at the moment, and also for RockBox as application. Hope someone finds time to look at this patch. |
This task depends upon
Closed by Thomas Jarosch (thomasjfox)
Sunday, 13 March 2011, 10:30 GMT
Reason for closing: Out of Date
Additional comments about closing: Thanks for your effort!
Something similar is upstream now, have a look at the "SDL app" target.
Sunday, 13 March 2011, 10:30 GMT
Reason for closing: Out of Date
Additional comments about closing: Thanks for your effort!
Something similar is upstream now, have a look at the "SDL app" target.
In system.sdl we setup the system and also do a nice shutdown (all copy&paste from uisimulator)
and in kernel-sdl we have interrupt handling for our timer.
There is much left to do and I hope I will find some time to finish my plan :)