Lenovo H8: Always clear audio mute
[coreboot.git] / src / ec / lenovo / h8 / h8.c
index 2c25d29141341843e0f1e81fb9b69c7528ef8be2..560c39cb872d6ae216a5a19d68aa393ed30cf47a 100644 (file)
@@ -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 = {