X60: remove beep call from _Q26/_Q27
authorSven Schnelle <svens@stackframe.org>
Mon, 21 Mar 2011 14:43:09 +0000 (14:43 +0000)
committerSven Schnelle <svens@stackframe.org>
Mon, 21 Mar 2011 14:43:09 +0000 (14:43 +0000)
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 <svens@stackframe.org>
Acked-by: Sven Schnelle <svens@stackframe.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/lenovo/x60/acpi/ec.asl

index 7e2b94d06485fd01d20e99634136a28bb8a998cb..c805e5aef3e28639bb43aa7e2ff4f9ebce59c6c2 100644 (file)
@@ -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)
        }