X60: remove beep call from _Q26/_Q27

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
This commit is contained in:
Sven Schnelle 2011-03-21 14:43:09 +00:00
parent e6de7069de
commit e10699905e
1 changed files with 0 additions and 2 deletions

View 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)
}