summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-06-06 00:35:49 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-06-06 00:35:49 +0000
commita29c31543dfa63056ea49e9f93ca6196d83a72c7 (patch)
tree5a9f8e5ae2d0add2d3394c2463b08ebc4467e1ae
parent4aaa3213290cf7c5f65b9660ae3dd890974ac3b3 (diff)
downloadrockbox-a29c31543dfa63056ea49e9f93ca6196d83a72c7.tar.gz
rockbox-a29c31543dfa63056ea49e9f93ca6196d83a72c7.zip
Audio thread debug is only for MAS at the moment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6585 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/debug_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index b861e80ad6..1a6babe468 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -354,7 +354,7 @@ bool dbg_os(void)
354} 354}
355#endif 355#endif
356 356
357#ifdef HAVE_LCD_BITMAP 357#if CONFIG_HWCODEC != MASNONE
358bool dbg_audio_thread(void) 358bool dbg_audio_thread(void)
359{ 359{
360 char buf[32]; 360 char buf[32];
@@ -2038,7 +2038,7 @@ bool debug_menu(void)
2038#else 2038#else
2039 { "View disk info", dbg_disk_info }, 2039 { "View disk info", dbg_disk_info },
2040#endif 2040#endif
2041#ifdef HAVE_LCD_BITMAP 2041#if CONFIG_HWCODEC != MASNONE
2042 { "View audio thread", dbg_audio_thread }, 2042 { "View audio thread", dbg_audio_thread },
2043#ifdef PM_DEBUG 2043#ifdef PM_DEBUG
2044 { "pm histogram", peak_meter_histogram}, 2044 { "pm histogram", peak_meter_histogram},