diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2014-10-30 11:30:36 +0100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-10-30 17:56:55 +0100 |
commit | 76b46e093a17ac246d2c10267e42a4109a84832f (patch) | |
tree | 4a3823ca13a3b917058b45cf90b4bccb195fa040 /src | |
parent | c1869666f0904fe78c72265b44b46d1fc9f75a59 (diff) |
lenovo/x2x0,t530 hda_verb.c: codestyle - remove some spaces
Change-Id: Ieee54e28641f88497503d6d91ddeb52ad091d78d
Signed-off-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-on: http://review.coreboot.org/7274
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/t530/hda_verb.c | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x220/hda_verb.c | 6 | ||||
-rw-r--r-- | src/mainboard/lenovo/x230/hda_verb.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/lenovo/t530/hda_verb.c b/src/mainboard/lenovo/t530/hda_verb.c index bd176c1292..880a6f71a5 100644 --- a/src/mainboard/lenovo/t530/hda_verb.c +++ b/src/mainboard/lenovo/t530/hda_verb.c @@ -29,8 +29,8 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x10ec0269, // Codec Vendor / Device ID: Realtek ALC269VC - 0x17aa21fa, // Subsystem ID + 0x10ec0269, // Codec Vendor / Device ID: Realtek ALC269VC + 0x17aa21fa, // Subsystem ID 0x00000012, // Number of 4 dword sets /* Bits 31:28 - Codec Address */ diff --git a/src/mainboard/lenovo/x220/hda_verb.c b/src/mainboard/lenovo/x220/hda_verb.c index 6495fd6206..54f756e01e 100644 --- a/src/mainboard/lenovo/x220/hda_verb.c +++ b/src/mainboard/lenovo/x220/hda_verb.c @@ -29,9 +29,9 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x14f1506e, // Codec Vendor / Device ID: Conexant CX20590 - 0x17aa21db, // Subsystem ID - 0x0000000d , // Number of 4 dword sets + 0x14f1506e, // Codec Vendor / Device ID: Conexant CX20590 + 0x17aa21db, // Subsystem ID + 0x0000000d, // Number of 4 dword sets /* Bits 31:28 - Codec Address */ /* Bits 27:20 - NID */ diff --git a/src/mainboard/lenovo/x230/hda_verb.c b/src/mainboard/lenovo/x230/hda_verb.c index bd176c1292..880a6f71a5 100644 --- a/src/mainboard/lenovo/x230/hda_verb.c +++ b/src/mainboard/lenovo/x230/hda_verb.c @@ -29,8 +29,8 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x10ec0269, // Codec Vendor / Device ID: Realtek ALC269VC - 0x17aa21fa, // Subsystem ID + 0x10ec0269, // Codec Vendor / Device ID: Realtek ALC269VC + 0x17aa21fa, // Subsystem ID 0x00000012, // Number of 4 dword sets /* Bits 31:28 - Codec Address */ |