diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2011-03-14 12:25:48 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2011-03-14 12:25:48 +0000 |
| commit | e50cc0e3d760d4fdb99f971070a6943ee15a9a98 (patch) | |
| tree | 9d22cde7d39a2aefbc75cd970916fbc161f53cac /firmware/export/config/android.h | |
| parent | 606bed035ed898df1d1bf4a8c7be904f76b118ff (diff) | |
| download | rockbox-e50cc0e3d760d4fdb99f971070a6943ee15a9a98.zip rockbox-e50cc0e3d760d4fdb99f971070a6943ee15a9a98.tar.gz rockbox-e50cc0e3d760d4fdb99f971070a6943ee15a9a98.tar.bz2 rockbox-e50cc0e3d760d4fdb99f971070a6943ee15a9a98.tar.xz | |
Listen to and follow external Android volume changes. (Based on FS#11914 by Maurus Cuelenaere)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29586 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/android.h')
| -rw-r--r-- | firmware/export/config/android.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h index ed1a283..69a758d 100644 --- a/firmware/export/config/android.h +++ b/firmware/export/config/android.h @@ -79,6 +79,9 @@ /* define this if the target has volume keys which can be used in the lists */ #define HAVE_VOLUME_IN_LIST +/* define this if the host platform can change volume outside of rockbox */ +#define PLATFORM_HAS_VOLUME_CHANGE + #define HAVE_SW_TONE_CONTROLS /* Define current usage levels. */ |