summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-09 11:01:22 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-09 11:01:22 +0000
commit9bcc351dd237508c49261d4fd5f1c05e525634a7 (patch)
treecd2fe696ff644a57c464e7124308e22f9016215d /firmware/mpeg.c
parent963f31a6a15a7cf7de1ec5dce2e4100f2a84cbae (diff)
downloadrockbox-9bcc351dd237508c49261d4fd5f1c05e525634a7.tar.gz
rockbox-9bcc351dd237508c49261d4fd5f1c05e525634a7.zip
Ooops! I wrote garbage to the MAS when stopping the recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index cafe54d045..e1ac4f60d7 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2284,7 +2284,7 @@ static void stop_recording(void)
2284 2284
2285 /* Start monitoring */ 2285 /* Start monitoring */
2286 shadow_7f1 |= (1 << 10); 2286 shadow_7f1 |= (1 << 10);
2287 mas_writemem(MAS_BANK_D0, 0x7f1, &val, 1); 2287 mas_writemem(MAS_BANK_D0, 0x7f1, &shadow_7f1, 1);
2288 DEBUGF("mas_writemem(MAS_BANK_D0, 0x7f1, %x)\n", shadow_7f1); 2288 DEBUGF("mas_writemem(MAS_BANK_D0, 0x7f1, %x)\n", shadow_7f1);
2289 2289
2290 /* Wait until the DSP has accepted the settings */ 2290 /* Wait until the DSP has accepted the settings */