aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pch/acpi/audio.asl
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-25 21:13:36 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-11-13 12:02:57 +0000
commit98ea6a3f94adc9d33c52283683b423e2ced8af61 (patch)
tree299b00e8228f20a8a8a09385f3c1fcb379feb80f /src/soc/intel/broadwell/pch/acpi/audio.asl
parent56d37fbe6f65d6c92a082d30baf13e79331dcebd (diff)
soc/intel/broadwell/pch/acpi/hda.asl: Rename to `audio.asl`
This is merely to ease diffing Lynx Point and Broadwell ASL code. Tested with BUILD_TIMELESS=1, Google Buddy does not change. Change-Id: I9f6ab98388d2a2915a48377ebe9e724cfee4b95f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46779 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/pch/acpi/audio.asl')
-rw-r--r--src/soc/intel/broadwell/pch/acpi/audio.asl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/pch/acpi/audio.asl b/src/soc/intel/broadwell/pch/acpi/audio.asl
new file mode 100644
index 0000000000..a6f0d7b252
--- /dev/null
+++ b/src/soc/intel/broadwell/pch/acpi/audio.asl
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/* Intel PCH HDA */
+
+// Intel High Definition Audio (Azalia) 0:1b.0
+
+Device (HDEF)
+{
+ Name (_ADR, 0x001b0000)
+ Name (_PRW, Package () { 0x6d, 3 })
+}