summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/sdl/sound.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/uisimulator/sdl/sound.c b/uisimulator/sdl/sound.c
index 469bc78f35..65e2e95da7 100644
--- a/uisimulator/sdl/sound.c
+++ b/uisimulator/sdl/sound.c
@@ -144,6 +144,12 @@ bool pcm_is_playing(void)
144 return pcm_playing; 144 return pcm_playing;
145} 145}
146 146
147void pcm_set_frequency(unsigned int frequency)
148{
149 /* To be implemented */
150 (void)frequency;
151}
152
147/* 153/*
148 * This function goes directly into the DMA buffer to calculate the left and 154 * This function goes directly into the DMA buffer to calculate the left and
149 * right peak values. To avoid missing peaks it tries to look forward two full 155 * right peak values. To avoid missing peaks it tries to look forward two full