summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/mas.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/mas.c b/firmware/drivers/mas.c
index 95697a79e9..891ceff18d 100644
--- a/firmware/drivers/mas.c
+++ b/firmware/drivers/mas.c
@@ -271,7 +271,6 @@ void mas_reset(void)
271 or_b(0x01, &PAIORH); 271 or_b(0x01, &PAIORH);
272 272
273#if CONFIG_HWCODEC == MAS3507D 273#if CONFIG_HWCODEC == MAS3507D
274 or_b(0x01, &PAIORH);
275 and_b(~0x01, &PADRH); 274 and_b(~0x01, &PADRH);
276 sleep(HZ/100); 275 sleep(HZ/100);
277 or_b(0x01, &PADRH); 276 or_b(0x01, &PADRH);