X60: deassert audio mute on boot

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Sven Schnelle <svens@stackframe.org>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Sven Schnelle 2011-04-04 10:56:52 +00:00
parent b1d5d399f0
commit 4678914d65
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ static void mainboard_enable(device_t dev)
ec_write(0x13, 0xff);
ec_write(0x14, 0xf4);
ec_write(0x15, 0x3c);
/* enable Audio */
ec_clr_bit(0x3a, 0);
}
struct chip_operations mainboard_ops = {