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>
This commit is contained in:
parent
db2c8dfecb
commit
c2e796290a
2 changed files with 6 additions and 6 deletions
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
const u32 cim_verb_data[] = {
|
const u32 cim_verb_data[] = {
|
||||||
/* coreboot specific header */
|
/* coreboot specific header */
|
||||||
0x10ec0883, /* Vendor ID */
|
0x10ec0883, /* Vendor ID */
|
||||||
0x104382c7, /* Subsystem ID */
|
0x104382c7, /* Subsystem ID */
|
||||||
0x0000000c, /* Number of entries */
|
0x0000000c, /* Number of entries */
|
||||||
|
|
||||||
/* Pin Widget Verb Table */
|
/* Pin Widget Verb Table */
|
||||||
AZALIA_PIN_CFG(0, 0x14, 0x01014010),
|
AZALIA_PIN_CFG(0, 0x14, 0x01014010),
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
const u32 cim_verb_data[] = {
|
const u32 cim_verb_data[] = {
|
||||||
/* coreboot specific header */
|
/* coreboot specific header */
|
||||||
0x10ec0662, /* Vendor ID */
|
0x10ec0662, /* Vendor ID */
|
||||||
0x1458a002, /* Subsystem ID */
|
0x1458a002, /* Subsystem ID */
|
||||||
0x00000009, /* Number of entries */
|
0x00000009, /* Number of entries */
|
||||||
|
|
||||||
/* Pin Widget Verb Table */
|
/* Pin Widget Verb Table */
|
||||||
AZALIA_PIN_CFG(0, 0x14, 0x01014010),
|
AZALIA_PIN_CFG(0, 0x14, 0x01014010),
|
||||||
|
|
Loading…
Reference in a new issue