summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-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 */