Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: Andy: firmware mpeg.c, 1.348, 1.349 pcm_record.c, 1.7, 1.8 sound.c, 1.18, 1.19

Re: Andy: firmware mpeg.c, 1.348, 1.349 pcm_record.c, 1.7, 1.8 sound.c, 1.18, 1.19

From: Linus Nielsen Feltzing <linus_at_haxx.se>
Date: Sat, 12 Nov 2005 09:32:00 +0100

cvs_at_labb.contactor.se wrote:
> _at__at_ -2461,7 +2462,7 _at__at_
>
> DEBUGF("mas_writemem(MAS_BANK_D0, SOFT_MUTE, %x)\n", shadow_soft_mute);
>
> - shadow_io_control_main = ((1 << 10) | /* Monitoring ON */
> + shadow_io_control_main = ((monitor?(1 << 10):0) | /* Monitoring ON */
> ((source < 2)?1:2) << 8) | /* Input select */
> (1 << 5) | /* SDO strobe invert */
> ((is_mpeg1?0:1) << 3) |

Andy, have you even tried to record on the Archos after this change?

The "monitor" option is not the same as on the iriver, and this change
will break the recording on the Archos. The Archos either monitors ot
records, turning off monitoring like this will start recording, and that
is not what you want here.

Why is monitoring an option anyway? Are there cases when you don't want
to monitor?

Linus
Received on 2005-11-12

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy