[EMAIL PROTECTED] wrote:
@@ -2461,7 +2462,7 @@
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