From 8867d001419158b0a4112661583c59f49632be81 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 5 Mar 2007 08:14:27 +0000 Subject: More catching up on old work. Refine audio interface setup on Coldfire. Stop the funky glitching on the iAudio stuff when starting recording esp. at 88.2kHz. (probably due to the bidi interface). iRivers don't seem to care what you do. TLV320 still seems to have a little trouble selecting it's filters correctly for 88.2kHz or it could be some odd phasing effect. Get rid of the horrible reset parameter in pcm_apply_settings as it can decide for itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12618 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugin.h b/apps/plugin.h index 5135006bdb..62ede9bce8 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -568,7 +568,7 @@ struct plugin_api { const unsigned long *audio_master_sampr_list; const unsigned long *hw_freq_sampr; #ifndef SIMULATOR - void (*pcm_apply_settings)(bool reset); + void (*pcm_apply_settings)(void); #endif #ifdef HAVE_RECORDING const unsigned long *rec_freq_sampr; -- cgit v1.2.3