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/wm8731.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/wm8731.h')
-rw-r--r-- | firmware/export/wm8731.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/wm8731.h b/firmware/export/wm8731.h index 9d5b61833f..512ef9ff3f 100644 --- a/firmware/export/wm8731.h +++ b/firmware/export/wm8731.h @@ -31,7 +31,7 @@ extern int tenthdb2master(int db); extern void audiohw_set_master_vol(int vol_l, int vol_r); -extern void audiohw_set_sample_rate(int sampling_control); +extern void audiohw_set_frequency(int fsel); /* Common register bits */ #ifdef HAVE_WM8731 |