diff options
Diffstat (limited to 'src/mainboard/lenovo/x60/mainboard.c')
-rw-r--r-- | src/mainboard/lenovo/x60/mainboard.c | 3 |
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) { |