Bring consistency to pcm implementation and samplerate handling. Less low-level duplication. A small test_sampr fix so it works on coldfire again.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19400 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-12-12 11:01:07 +00:00
parent 0ad97d13fc
commit e69d567d9e
37 changed files with 316 additions and 449 deletions

View file

@ -130,7 +130,7 @@ void audiohw_close(void)
}
void audiohw_set_sample_rate(int sampling_control)
{
(void)sampling_control;
void audiohw_set_frequency(int fsel)
(void)fsel;
}