/* SPDX-License-Identifier: GPL-2.0-only */

/* Intel PCH HDA */

// Intel High Definition Audio (Azalia) 0:1b.0

Device (HDEF)
{
	Name (_ADR, 0x001b0000)

	// Power Resources for Wake
	Name (_PRW, Package(){
		13,  // Bit 13 of GPE
		 4   // Can wake from S4 state.
	})
}