From 24d167206f42140d5e1cedb62053d7e0dd83abaf Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 18 Jun 2007 08:51:15 +0000 Subject: e200: Remove register fiddling in the tuner driver that has nothing to do with the tuner but with switching SD cards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13663 a1c6a512-1295-4272-9138-f99709370657 --- firmware/tuner_sanyo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/tuner_sanyo.c b/firmware/tuner_sanyo.c index 1f4533b5c0..6e732975b6 100644 --- a/firmware/tuner_sanyo.c +++ b/firmware/tuner_sanyo.c @@ -742,7 +742,6 @@ bool radio_power(bool status) { /* init mystery amplification device */ outl(inl(0x70000084) | 0x1, 0x70000084); - outl(inl(0x70000080) | 0x4, 0x70000080); udelay(5); /* When power up, host should initialize the 3-wire bus in host read -- cgit v1.2.3