1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2002-06-26 22:03:04 +00:00
parent 8296cd16f9
commit eac0f29567

View file

@ -709,8 +709,8 @@ void mpeg_init(void)
/* DSP scale 100% */ /* DSP scale 100% */
mas_codec_writereg(7, 0x4000); mas_codec_writereg(7, 0x4000);
/* Disable S/PDIF, SDO and SDI */ /* Disable SDO and SDI */
val = 0x2d; val = 0x0d;
mas_writemem(MAS_BANK_D0,0x7f2,&val,1); mas_writemem(MAS_BANK_D0,0x7f2,&val,1);
/* Set Demand mode and validate all settings */ /* Set Demand mode and validate all settings */