diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-03-30 22:12:52 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-04-10 00:13:12 +0000 |
commit | c2e796290aa32cb22677cadf467209767cc03f93 (patch) | |
tree | 7997fcfd20621746e19f0fccc0ea36b06c97dc0f /src/mainboard/asus/p5gc-mx | |
parent | db2c8dfecb5086ceb78c59f2108d51ca3129d9c1 (diff) | |
download | coreboot-c2e796290aa32cb22677cadf467209767cc03f93.tar.xz |
mb/*/*/hda_verb.c: Improve code formatting
Change-Id: I294ea867678ad77e454873ecf4948bf2d12c9f80
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39939
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p5gc-mx')
-rw-r--r-- | src/mainboard/asus/p5gc-mx/hda_verb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/asus/p5gc-mx/hda_verb.c b/src/mainboard/asus/p5gc-mx/hda_verb.c index 897b1d5d84..cd69122e2b 100644 --- a/src/mainboard/asus/p5gc-mx/hda_verb.c +++ b/src/mainboard/asus/p5gc-mx/hda_verb.c @@ -5,9 +5,9 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x10ec0883, /* Vendor ID */ - 0x104382c7, /* Subsystem ID */ - 0x0000000c, /* Number of entries */ + 0x10ec0883, /* Vendor ID */ + 0x104382c7, /* Subsystem ID */ + 0x0000000c, /* Number of entries */ /* Pin Widget Verb Table */ AZALIA_PIN_CFG(0, 0x14, 0x01014010), |