[coreboot-gerrit] Change in coreboot[master]: google/kahlee/grunt: Fixing 2 device specific variables

Akshu Agrawal (Code Review) gerrit at coreboot.org
Tue Feb 6 06:11:23 CET 2018


Akshu Agrawal has uploaded this change for review. ( https://review.coreboot.org/23603


Change subject: google/kahlee/grunt: Fixing 2 device specific variables
......................................................................

google/kahlee/grunt: Fixing 2 device specific variables

Changed micbias_lvl -> micbias-lvl
mic_amp_in_sel -> mic-amp-in-sel

BUG=b:71875600
TEST=Checked in kernel the values are set

Change-Id: Ife7e8cdd835cc256cd8265593a94df84a510cebb
Signed-off-by: Akshu Agrawal <akshu.agrawal at amd.com>
---
M src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/23603/1

diff --git a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
index 01edce5..520c0d1 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
+++ b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
@@ -54,8 +54,8 @@
 		ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
 		Package ()
 		{
-			Package () { "dlg,micbias_lvl", 2600 },
-			Package () { "dlg,mic_amp_in_sel", "diff" }
+			Package () { "dlg,micbias-lvl", 2600 },
+			Package () { "dlg,mic-amp-in-sel", "diff" }
 		},
 
 		ToUUID ("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),

-- 
To view, visit https://review.coreboot.org/23603
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife7e8cdd835cc256cd8265593a94df84a510cebb
Gerrit-Change-Number: 23603
Gerrit-PatchSet: 1
Gerrit-Owner: Akshu Agrawal <akshu.agrawal at amd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180206/de66030c/attachment.html>


More information about the coreboot-gerrit mailing list