summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mp3_playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c
index 088c05ca81..c68661bc35 100644
--- a/firmware/mp3_playback.c
+++ b/firmware/mp3_playback.c
@@ -553,7 +553,7 @@ static void init_playback(void)
553 mas_codec_writereg(7, 0x4000); 553 mas_codec_writereg(7, 0x4000);
554 554
555 /* Disable SDO and SDI, low impedance S/PDIF outputs */ 555 /* Disable SDO and SDI, low impedance S/PDIF outputs */
556 val = 0x01; 556 val = 0x09;
557 mas_writemem(MAS_BANK_D0, MAS_D0_INTERFACE_CONTROL, &val, 1); 557 mas_writemem(MAS_BANK_D0, MAS_D0_INTERFACE_CONTROL, &val, 1);
558 558
559 /* Set Demand mode and validate all settings */ 559 /* Set Demand mode and validate all settings */