[coreboot] New patch to review: 82e82f6 Lenovo H8: clear audio mute

Sven Schnelle (svens@stackframe.org) gerrit at coreboot.org
Fri Aug 19 13:43:38 CEST 2011


Sven Schnelle (svens at stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/162

-gerrit

commit 82e82f6a480131e3e02096f5aba0b29e293b75e2
Author: Sven Schnelle <svens at stackframe.org>
Date:   Fri Aug 19 13:43:04 2011 +0200

    Lenovo H8: clear audio mute
    
    Change-Id: I18bebe532bf21cfb61b3d294a396bf15012f9f1a
    Signed-off-by: Sven Schnelle <svens at stackframe.org>
---
 src/ec/lenovo/h8/h8.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/ec/lenovo/h8/h8.c b/src/ec/lenovo/h8/h8.c
index 2c25d29..560c39c 100644
--- a/src/ec/lenovo/h8/h8.c
+++ b/src/ec/lenovo/h8/h8.c
@@ -141,6 +141,8 @@ static void h8_enable(device_t dev)
 
 	if (!get_option(&val, "volume"))
 		ec_write(H8_VOLUME_CONTROL, val);
+
+	h8_set_audio_mute(0);
 }
 
 struct chip_operations ec_lenovo_h8_ops = {




More information about the coreboot mailing list