Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46779 )
Change subject: soc/intel/broadwell/pch/acpi/hda.asl: Rename to `audio.asl`
......................................................................
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(a)gmail.com>
---
R src/soc/intel/broadwell/pch/acpi/audio.asl
M src/soc/intel/broadwell/pch/acpi/pch.asl
2 files changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/46779/1
diff --git a/src/soc/intel/broadwell/pch/acpi/hda.asl b/src/soc/intel/broadwell/pch/acpi/audio.asl
similarity index 100%
rename from src/soc/intel/broadwell/pch/acpi/hda.asl
rename to 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 d68fa60..b7d6838 100644
--- a/src/soc/intel/broadwell/pch/acpi/pch.asl
+++ b/src/soc/intel/broadwell/pch/acpi/pch.asl
@@ -39,7 +39,7 @@
}
// High Definition Audio (Azalia) 0:1b.0
-#include "hda.asl"
+#include "audio.asl"
// ADSP/SST 0:13.0
#include "adsp.asl"
--
To view, visit https://review.coreboot.org/c/coreboot/+/46779
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9f6ab98388d2a2915a48377ebe9e724cfee4b95f
Gerrit-Change-Number: 46779
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newchange