summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-02-27 23:58:39 +0000
committerThomas Jarosch <tomj@simonv.com>2011-02-27 23:58:39 +0000
commit389fa27e414675fae75c7388993b144e0ac9f6e1 (patch)
tree17dbd0390f0c0ea688dd9b41ec029b54899c3624 /firmware
parent6e9e6a7571275f1942630e0383d3fdf912178c8d (diff)
downloadrockbox-389fa27e414675fae75c7388993b144e0ac9f6e1.tar.gz
rockbox-389fa27e414675fae75c7388993b144e0ac9f6e1.zip
Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29452 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/audio/sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/sdl.c b/firmware/drivers/audio/sdl.c
index 021a65b9f8..b1529f2a41 100644
--- a/firmware/drivers/audio/sdl.c
+++ b/firmware/drivers/audio/sdl.c
@@ -39,7 +39,7 @@ void audiohw_set_volume(int volume)
39#else 39#else
40 pcm_set_mixer_volume( 40 pcm_set_mixer_volume(
41 SDL_MIX_MAXVOLUME * ((volume - VOLUME_MIN) / 10) / (VOLUME_RANGE / 10)); 41 SDL_MIX_MAXVOLUME * ((volume - VOLUME_MIN) / 10) / (VOLUME_RANGE / 10));
42#endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO) */ 42#endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO5) */
43#else 43#else
44 (void)volume; 44 (void)volume;
45#endif /* CONFIG_CODEC == SWCODEC */ 45#endif /* CONFIG_CODEC == SWCODEC */