summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-02 18:18:24 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-02 18:18:24 +0000
commit6c252a67519c49f365b354e00625a521c86dd29d (patch)
treedba18bcdfb4493a589392f34408eb3509babf210 /apps/settings.h
parent69ffd7c84ffae0999d2a4f10b840f33f67d67a60 (diff)
downloadrockbox-6c252a67519c49f365b354e00625a521c86dd29d.tar.gz
rockbox-6c252a67519c49f365b354e00625a521c86dd29d.zip
Onda VX747:
* Add speaker en-/disable driver * Add apps/ setting to en-/disable the speaker git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20174 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 669000ea42..201cd8f772 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -730,6 +730,10 @@ struct user_settings
730 bool accessory_supply; /* 0=off 1=on, accessory power supply for iPod */ 730 bool accessory_supply; /* 0=off 1=on, accessory power supply for iPod */
731#endif 731#endif
732 732
733#ifdef HAVE_SPEAKER
734 bool speaker_enabled;
735#endif
736
733 /* If values are just added to the end, no need to bump plugin API 737 /* If values are just added to the end, no need to bump plugin API
734 version. */ 738 version. */
735 /* new stuff to be added at the end */ 739 /* new stuff to be added at the end */