summaryrefslogtreecommitdiff
path: root/firmware/pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/pcm.c')
-rw-r--r--firmware/pcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/pcm.c b/firmware/pcm.c
index 6fc0b626f7..de01af484f 100644
--- a/firmware/pcm.c
+++ b/firmware/pcm.c
@@ -23,7 +23,7 @@
23#include "kernel.h" 23#include "kernel.h"
24 24
25/* Define LOGF_ENABLE to enable logf output in this file */ 25/* Define LOGF_ENABLE to enable logf output in this file */
26/*#define LOGF_ENABLE*/ 26//#define LOGF_ENABLE
27#include "logf.h" 27#include "logf.h"
28#include "audio.h" 28#include "audio.h"
29#include "sound.h" 29#include "sound.h"
@@ -314,7 +314,7 @@ void pcm_play_stop(void)
314 * what pcm_apply_settings will set */ 314 * what pcm_apply_settings will set */
315void pcm_set_frequency(unsigned int samplerate) 315void pcm_set_frequency(unsigned int samplerate)
316{ 316{
317 logf("pcm_set_frequency"); 317 logf("pcm_set_frequency %u", samplerate);
318 318
319 int index; 319 int index;
320 320