summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-26 22:03:04 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-26 22:03:04 +0000
commiteac0f295677dcfea7e56075e4bd3fb9fb411117b (patch)
tree79e0113bc26af22c0516fb4fa799a7bfe7177e30 /firmware
parent8296cd16f98949e27b2581ffc591a553160f8e64 (diff)
downloadrockbox-eac0f295677dcfea7e56075e4bd3fb9fb411117b.tar.gz
rockbox-eac0f295677dcfea7e56075e4bd3fb9fb411117b.zip
Bug 574060 fixed but not verified. S/PDIF is enabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1209 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 2cc5e2feb8..b1cbf33e7e 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -709,8 +709,8 @@ void mpeg_init(void)
709 /* DSP scale 100% */ 709 /* DSP scale 100% */
710 mas_codec_writereg(7, 0x4000); 710 mas_codec_writereg(7, 0x4000);
711 711
712 /* Disable S/PDIF, SDO and SDI */ 712 /* Disable SDO and SDI */
713 val = 0x2d; 713 val = 0x0d;
714 mas_writemem(MAS_BANK_D0,0x7f2,&val,1); 714 mas_writemem(MAS_BANK_D0,0x7f2,&val,1);
715 715
716 /* Set Demand mode and validate all settings */ 716 /* Set Demand mode and validate all settings */