aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/mainboard.c
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-10-25 15:31:26 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-10-25 17:47:10 +0200
commit2b1fbbbc897af573af66f48d75862559334f7055 (patch)
tree8a25fcb559326ae4c67608ef6fe39f62f39e6b86 /src/mainboard/lenovo/x60/mainboard.c
parent718afbed824ea802564ed5b766e799e2d051bc74 (diff)
X60/T60: remove superflous h8_set_audio_mute()
muting is handled by h8 code, no need to do it here. Change-Id: I3f152e99f30701cd032b03105cbe3ae778865305 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/335 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x60/mainboard.c')
-rw-r--r--src/mainboard/lenovo/x60/mainboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/x60/mainboard.c b/src/mainboard/lenovo/x60/mainboard.c
index bf3d8d3c66..e59b2e492f 100644
--- a/src/mainboard/lenovo/x60/mainboard.c
+++ b/src/mainboard/lenovo/x60/mainboard.c
@@ -42,9 +42,6 @@ static void mainboard_enable(device_t dev)
device_t dev0, idedev;
u8 defaults_loaded = 0;
- /* enable Audio */
- h8_set_audio_mute(0);
-
ec_clr_bit(0x03, 2);
if (inb(0x164c) & 0x08) {