Get the M:Robe 500 main build booting again, fix a bug and commit the rest of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 2.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20116 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-02-26 21:23:10 +00:00
parent 38436038a9
commit 1e3f529921
9 changed files with 482 additions and 46 deletions

View file

@ -40,7 +40,7 @@ void pcm_play_dma_init(void)
audiohw_set_frequency(HW_FREQ_DEFAULT);
/* init DSP */
dsp_init();
// dsp_init();
}
void pcm_postinit(void)
@ -48,7 +48,7 @@ void pcm_postinit(void)
audiohw_postinit();
/* wake DSP */
dsp_wake();
// dsp_wake();
}
const void * pcm_play_dma_get_peak_buffer(int *count)