summaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/acpi/beep.asl
blob: 3e5193856c5228fa3f6fd54d8266eeb17e382de9 (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)
{
	SNDS = Arg0
}