summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
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 */