mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 01:52:35 -05:00
Get rid of some pcm_apply_settings cruft at the low level I somehow missed. Move the ones in pcm.c around to better spots. Remove a variable from pcm-pnx0101.c that should no longer be there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4bbaef6fd5
commit
b6e78acc5e
9 changed files with 11 additions and 37 deletions
|
|
@ -39,8 +39,6 @@ void pcm_postinit(void)
|
|||
/* playback sample:16 bits, burst:16 bytes */
|
||||
__i2s_set_transmit_trigger(4);
|
||||
__i2s_set_oss_sample_size(16);
|
||||
|
||||
pcm_apply_settings();
|
||||
}
|
||||
|
||||
const void * pcm_play_dma_get_peak_buffer(int *count)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue