From 19425909c3e19b3733b13fefc2a2aa88fb9f1d61 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 21:33:00 +0000 Subject: Another round of making local functions static and making sure that source files are in sync with their header files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/coldfire/pcm-coldfire.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/target/coldfire/pcm-coldfire.c') diff --git a/firmware/target/coldfire/pcm-coldfire.c b/firmware/target/coldfire/pcm-coldfire.c index 2614946543..fbab046b70 100644 --- a/firmware/target/coldfire/pcm-coldfire.c +++ b/firmware/target/coldfire/pcm-coldfire.c @@ -119,7 +119,7 @@ void pcm_set_frequency(unsigned int frequency) } /* pcm_set_frequency */ /* apply audio settings */ -bool _pcm_apply_settings(bool clear_reset) +static bool _pcm_apply_settings(bool clear_reset) { bool did_reset = false; unsigned long iis_play_defparm = IIS_PLAY_DEFPARM; @@ -154,7 +154,7 @@ bool _pcm_apply_settings(bool clear_reset) } /* _pcm_apply_settings */ /* apply audio setting with all DMA interrupts disabled */ -void _pcm_apply_settings_irq_lock(bool clear_reset) +static void _pcm_apply_settings_irq_lock(bool clear_reset) { int level = set_irq_level(DMA_IRQ_LEVEL); _pcm_apply_settings(clear_reset); -- cgit v1.2.3