diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-02 18:18:24 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-02 18:18:24 +0000 |
commit | 6c252a67519c49f365b354e00625a521c86dd29d (patch) | |
tree | dba18bcdfb4493a589392f34408eb3509babf210 /apps/settings.h | |
parent | 69ffd7c84ffae0999d2a4f10b840f33f67d67a60 (diff) |
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.h | 4 |
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 bool accessory_supply; /* 0=off 1=on, accessory power supply for iPod */ #endif +#ifdef HAVE_SPEAKER + bool speaker_enabled; +#endif + /* If values are just added to the end, no need to bump plugin API version. */ /* new stuff to be added at the end */ |