From e69d567d9ebf7d236ff9663b11ac396cc71dcd75 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 12 Dec 2008 11:01:07 +0000 Subject: 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 --- firmware/export/wm8731.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/wm8731.h') 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 -- cgit v1.2.3