aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/acpi/beep.asl
blob: 214c8a952a1ab369cfcef805b049b34f94d6fc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

Field(ERAM, ByteAcc, NoLock, Preserve)
{
		Offset (0x06),
			SNDS, 8		/* Write to this register to generate sound */

}

Method(BEEP, 1, NotSerialized)
{
	Store (Arg0, SNDS)
}