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:
parent
8296cd16f9
commit
eac0f29567
1 changed files with 2 additions and 2 deletions
|
@ -709,8 +709,8 @@ void mpeg_init(void)
|
|||
/* DSP scale 100% */
|
||||
mas_codec_writereg(7, 0x4000);
|
||||
|
||||
/* Disable S/PDIF, SDO and SDI */
|
||||
val = 0x2d;
|
||||
/* Disable SDO and SDI */
|
||||
val = 0x0d;
|
||||
mas_writemem(MAS_BANK_D0,0x7f2,&val,1);
|
||||
|
||||
/* Set Demand mode and validate all settings */
|
||||
|
|
Loading…
Reference in a new issue