summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-11-03 23:36:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-11-03 23:36:36 +0000
commitc22b411731b0a743382d7d7146e8ab59172ac764 (patch)
treeb338bae2b270f819219ace242001f5872d1815db /firmware/mpeg.c
parent51d962f99b997aaed509c24daf15e25f8069fc47 (diff)
Patch #798050 by Leslie Donaldson, activates Line In on Player models
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4008 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 24b3a68008..ef6972f3e4 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -3212,7 +3212,7 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness,
mas_poll_start(1);
mas_writereg(MAS_REG_KPRESCALE, 0xe9400);
- dac_config(0x04); /* DAC on, all else off */
+ dac_enable(true);
mpeg_sound_channel_config(channel_config);
#endif