summaryrefslogtreecommitdiff
path: root/firmware/drivers/power.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2005-07-01 07:55:19 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2005-07-01 07:55:19 +0000
commite02a1a534d40a4acd482a8bc9fca88d3ffaf75fa (patch)
tree45bccae2f06b4eb2877438b84eaedc694eb9448a /firmware/drivers/power.c
parentc2577c8a47d8f813d8c86c4b5737917d0e3e1409 (diff)
downloadrockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.zip
rockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.tar.gz
rockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.tar.bz2
rockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.tar.xz
- enable S/PDIF optical output
- set the proper noise shape filter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6959 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/power.c')
-rw-r--r--firmware/drivers/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/power.c b/firmware/drivers/power.c
index fecc79a..32a4200 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -71,7 +71,7 @@ void power_init(void)
GPIO_ENABLE |= 0x80000000;
GPIO_FUNCTION |= 0x80000000;
#ifdef HAVE_SPDIF_POWER
- spdif_power_enable(false);
+ spdif_power_enable(true);
#endif
#else
#ifdef HAVE_POWEROFF_ON_PB5