Lenovo H8: Fix h8_set_audio_mute()
authorSven Schnelle <svens@stackframe.org>
Tue, 25 Oct 2011 13:29:47 +0000 (15:29 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 25 Oct 2011 15:48:41 +0000 (17:48 +0200)
commitd0ea6789e6e07fc9611be157e178df53ec5500e4
treebade80507267f08a73504583622089a35cbd5486
parent2b1fbbbc897af573af66f48d75862559334f7055
Lenovo H8: Fix h8_set_audio_mute()

Logic is inverted (if argument is true, one would expect that
mute is enabled) and the wrong bit was used (1 instead 0)

Change-Id: I71133ba639f1fb0d3c3582f16211dd266a11cc64
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/334
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/ec/lenovo/h8/h8.c