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/tlv320.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/tlv320.h') diff --git a/firmware/export/tlv320.h b/firmware/export/tlv320.h index 91c4a67623..171223f5bb 100644 --- a/firmware/export/tlv320.h +++ b/firmware/export/tlv320.h @@ -38,7 +38,7 @@ extern int tenthdb2master(int db); * 44100: 1 = MCLK MCLK SCLK, LRCK: Audio Clk / 4 (default) * 88200: 2 = MCLK*2 MCLK SCLK, LRCK: Audio Clk / 2 */ -extern void audiohw_set_frequency(unsigned fsel); +extern void audiohw_set_frequency(int fsel); extern void audiohw_set_headphone_vol(int vol_l, int vol_r); #define HEADPHONE_MUTE 0x30 /* 0110000 = -73db */ -- cgit v1.2.3