summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mp3_playback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c
index 78c9a67db1..088c05ca81 100644
--- a/firmware/mp3_playback.c
+++ b/firmware/mp3_playback.c
@@ -552,8 +552,8 @@ static void init_playback(void)
552 mas_codec_writereg(6, 0x0000); 552 mas_codec_writereg(6, 0x0000);
553 mas_codec_writereg(7, 0x4000); 553 mas_codec_writereg(7, 0x4000);
554 554
555 /* Disable SDO and SDI */ 555 /* Disable SDO and SDI, low impedance S/PDIF outputs */
556 val = 0x0d; 556 val = 0x01;
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 */