summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pch/acpi/hda.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/hda.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/hda.asl')
-rw-r--r--src/soc/intel/broadwell/pch/acpi/hda.asl11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/soc/intel/broadwell/pch/acpi/hda.asl b/src/soc/intel/broadwell/pch/acpi/hda.asl
deleted file mode 100644
index a6f0d7b252..0000000000
--- a/src/soc/intel/broadwell/pch/acpi/hda.asl
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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 })
-}