X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Flenovo%2Ft60%2Fmainboard.c;h=d4f260d4f533c57fb2ca9479bfae3673ea285ec6;hb=2b1fbbbc897af573af66f48d75862559334f7055;hp=8456992044e4aac464eecd0fc808662c67ef5cd9;hpb=718afbed824ea802564ed5b766e799e2d051bc74;p=coreboot.git diff --git a/src/mainboard/lenovo/t60/mainboard.c b/src/mainboard/lenovo/t60/mainboard.c index 845699204..d4f260d4f 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)