summaryrefslogtreecommitdiff
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
parent56d37fbe6f65d6c92a082d30baf13e79331dcebd (diff)
downloadcoreboot-98ea6a3f94adc9d33c52283683b423e2ced8af61.tar.xz
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>
-rw-r--r--src/soc/intel/broadwell/pch/acpi/audio.asl (renamed from src/soc/intel/broadwell/pch/acpi/hda.asl)0
-rw-r--r--src/soc/intel/broadwell/pch/acpi/pch.asl2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/acpi/hda.asl b/src/soc/intel/broadwell/pch/acpi/audio.asl
index a6f0d7b252..a6f0d7b252 100644
--- a/src/soc/intel/broadwell/pch/acpi/hda.asl
+++ b/src/soc/intel/broadwell/pch/acpi/audio.asl
diff --git a/src/soc/intel/broadwell/pch/acpi/pch.asl b/src/soc/intel/broadwell/pch/acpi/pch.asl
index d68fa60bbf..b7d6838f51 100644
--- a/src/soc/intel/broadwell/pch/acpi/pch.asl
+++ b/src/soc/intel/broadwell/pch/acpi/pch.asl
@@ -39,7 +39,7 @@ Scope (\)
}
// High Definition Audio (Azalia) 0:1b.0
-#include "hda.asl"
+#include "audio.asl"
// ADSP/SST 0:13.0
#include "adsp.asl"