Lenovo H8: Always clear audio mute
authorSven Schnelle <svens@stackframe.org>
Fri, 19 Aug 2011 11:43:04 +0000 (13:43 +0200)
committerPeter Stuge <peter@stuge.se>
Fri, 19 Aug 2011 12:17:06 +0000 (14:17 +0200)
commit6901b561eb39904c0d44c59e71c58952b690d8d8
tree63ca08dba1223220446b7ff250a2cf77077a7d99
parentb09e748f87c1a4a0b2ea2603fb5135afce006daa
Lenovo H8: Always clear audio mute

The mute bit is set by ACPI before poweroff/going to suspend.
So clear it after resume, to have working volume control
even if the ACPI doesn't clear it on resume.

OSPM should control Audio mute with ec bit 0x30:6, so it is
safe to clear this bit even if the user has audio muted.

Change-Id: I18bebe532bf21cfb61b3d294a396bf15012f9f1a
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/162
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
src/ec/lenovo/h8/h8.c