summaryrefslogtreecommitdiff
path: root/firmware/drivers
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/drivers
parent6e9e6a7571275f1942630e0383d3fdf912178c8d (diff)
Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29452 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-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)
#else
pcm_set_mixer_volume(
SDL_MIX_MAXVOLUME * ((volume - VOLUME_MIN) / 10) / (VOLUME_RANGE / 10));
-#endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO) */
+#endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO5) */
#else
(void)volume;
#endif /* CONFIG_CODEC == SWCODEC */