[coreboot] New patch to review for coreboot: d5e94e6 X60/T60: remove superflous h8_set_audio_mute()

Sven Schnelle (svens@stackframe.org) gerrit at coreboot.org
Tue Oct 25 15:39:27 CEST 2011


Sven Schnelle (svens at stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/335

-gerrit

commit d5e94e6830f868d7437f0749be65f0d25869d61f
Author: Sven Schnelle <svens at stackframe.org>
Date:   Tue Oct 25 15:31:26 2011 +0200

    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 at stackframe.org>
---
 src/mainboard/lenovo/t60/mainboard.c |    3 ---
 src/mainboard/lenovo/x60/mainboard.c |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mainboard/lenovo/t60/mainboard.c b/src/mainboard/lenovo/t60/mainboard.c
index 8456992..d4f260d 100644
--- a/src/mainboard/lenovo/t60/mainboard.c
+++ b/src/mainboard/lenovo/t60/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);
-
 	/* If we're resuming from suspend, blink suspend LED */
 	dev0 = dev_find_slot(0, PCI_DEVFN(0,0));
 	if (dev0 && pci_read_config32(dev0, SKPAD) == SKPAD_ACPI_S3_MAGIC)
diff --git a/src/mainboard/lenovo/x60/mainboard.c b/src/mainboard/lenovo/x60/mainboard.c
index bf3d8d3..e59b2e4 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) {




More information about the coreboot mailing list