diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-12-12 11:01:07 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-12-12 11:01:07 +0000 |
commit | e69d567d9ebf7d236ff9663b11ac396cc71dcd75 (patch) | |
tree | 093b9d1bc979d79be1fcd0daac1d8daf8ac55503 /firmware/export/wm8758.h | |
parent | 0ad97d13fc52b28de566dc0ddaf7245583eec2cc (diff) |
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
Diffstat (limited to 'firmware/export/wm8758.h')
-rw-r--r-- | firmware/export/wm8758.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/wm8758.h b/firmware/export/wm8758.h index c094b1296a..493d18b753 100644 --- a/firmware/export/wm8758.h +++ b/firmware/export/wm8758.h @@ -34,7 +34,7 @@ extern int tenthdb2mixer(int db); extern void audiohw_set_master_vol(int vol_l, int vol_r); extern void audiohw_set_lineout_vol(int vol_l, int vol_r); extern void audiohw_set_mixer_vol(int channel1, int channel2); -extern void audiohw_set_sample_rate(int sampling_control); +extern void audiohw_set_frequency(int fsel); #define RESET 0x00 #define RESET_RESET 0x0 |