summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano2g.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-09-24 22:42:06 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-09-24 22:42:06 +0000
commit6a9cabc4349238c6c7fddb9828b4c5f3f8099277 (patch)
tree963173fa83d757a5300e8e23d50b1f9b9b3bd69b /firmware/export/config/ipodnano2g.h
parent8458fade581d457de6455b95c84eb85a7a27f97d (diff)
downloadrockbox-6a9cabc4349238c6c7fddb9828b4c5f3f8099277.tar.gz
rockbox-6a9cabc4349238c6c7fddb9828b4c5f3f8099277.zip
Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28159 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipodnano2g.h')
-rw-r--r--firmware/export/config/ipodnano2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h
index a4189b35f3..898871d486 100644
--- a/firmware/export/config/ipodnano2g.h
+++ b/firmware/export/config/ipodnano2g.h
@@ -219,6 +219,9 @@
219//#define IPOD_ACCESSORY_PROTOCOL 219//#define IPOD_ACCESSORY_PROTOCOL
220//#define HAVE_SERIAL 220//#define HAVE_SERIAL
221 221
222/* Define this, if you can switch on/off the lineout */
223#define HAVE_LINEOUT_POWEROFF
224
222#define USB_WRITE_BUFFER_SIZE (1024*64) 225#define USB_WRITE_BUFFER_SIZE (1024*64)
223 226
224/* Define this if a programmable hotkey is mapped */ 227/* Define this if a programmable hotkey is mapped */