mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
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:
parent
38436038a9
commit
1e3f529921
9 changed files with 482 additions and 46 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue