no need to trigger sound, the EC takes care of generating the annoying AC state beep if enabled in the sound mask.
Signed-off-by: Sven Schnelle <[email protected]> --- src/mainboard/lenovo/x60/acpi/ec.asl | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mainboard/lenovo/x60/acpi/ec.asl b/src/mainboard/lenovo/x60/acpi/ec.asl index 7e2b94d..c805e5a 100644 --- a/src/mainboard/lenovo/x60/acpi/ec.asl +++ b/src/mainboard/lenovo/x60/acpi/ec.asl @@ -87,14 +87,12 @@ Device(EC) Method(_Q26, 0, NotSerialized) { Notify (AC, 0x80) - Beep(6) } /* AC status change: not present */ Method(_Q27, 0, NotSerialized) { Notify (AC, 0x80) - Beep(6) } -- 1.7.4.1 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

