aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x131e
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x131e')
-rw-r--r--src/mainboard/lenovo/x131e/acpi/platform.asl4
-rw-r--r--src/mainboard/lenovo/x131e/hda_verb.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/x131e/acpi/platform.asl b/src/mainboard/lenovo/x131e/acpi/platform.asl
index bf686f444f..e4c8a24f78 100644
--- a/src/mainboard/lenovo/x131e/acpi/platform.asl
+++ b/src/mainboard/lenovo/x131e/acpi/platform.asl
@@ -28,13 +28,13 @@ Method(_PTS,1)
Method(_WAK,1)
{
- /* ME may not be up yet. */
+ /* ME may not be up yet. */
Store (0, \_TZ.MEB1)
Store (0, \_TZ.MEB2)
/* Wake the HKEY to init BT/WWAN */
\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
- /* Not implemented. */
+ /* Not implemented. */
Return(Package(){0,0})
}
diff --git a/src/mainboard/lenovo/x131e/hda_verb.c b/src/mainboard/lenovo/x131e/hda_verb.c
index 37c4bc0bce..0c3dac910b 100644
--- a/src/mainboard/lenovo/x131e/hda_verb.c
+++ b/src/mainboard/lenovo/x131e/hda_verb.c
@@ -76,7 +76,7 @@ const u32 cim_verb_data[] = {
};
const u32 pc_beep_verbs[] = {
- 0x00170500, /* power up everything (codec, dac, adc, mixers) */
+ 0x00170500, /* power up everything (codec, dac, adc, mixers) */
0x01470740, /* enable speaker out */
0x01470c02, /* set speaker EAPD pin */
0x0143b01f, /* unmute speaker */