From e50cc0e3d760d4fdb99f971070a6943ee15a9a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Mon, 14 Mar 2011 12:25:48 +0000 Subject: 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 --- firmware/export/config/android.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/android.h') 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. */ -- cgit v1.1