Fix yellow and red. Maybe create some new.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19231 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-11-26 14:52:31 +00:00
parent 1735056864
commit 888c3477bb
2 changed files with 1 additions and 12 deletions

View file

@ -62,9 +62,7 @@ static unsigned long pcm_freq SHAREDDATA_ATTR = HW_SAMPR_DEFAULT; /* 44.1 is def
void pcm_postinit(void)
{
#if defined(IAUDIO_7)
audiohw_postinit(); /* implemented not for all codecs */
#endif
audiohw_postinit();
pcm_apply_settings();
}
@ -115,11 +113,6 @@ void pcm_play_dma_init(void)
#endif
}
void pcm_postinit(void)
{
audiohw_postinit();
}
void pcm_apply_settings(void)
{
pcm_curr_sampr = pcm_freq;