diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2022-05-02 15:44:18 +0200 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2022-06-01 21:05:37 +0000 |
commit | b1eda091a3a30e1ae9d2166fccb9321ba24d1a8a (patch) | |
tree | f07b98948a7ed5442b322659cd491c07e69e7b33 /src/mainboard/lenovo/haswell | |
parent | 6e807c12a2cb9aa6ea670ebf98a6fb19064e9cac (diff) |
mb/lenovo/t440p/hda_verb: Whitespace
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Change-Id: I92c167bf95e605e098324b9e80cfaab8f589dcab
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63995
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/lenovo/haswell')
-rw-r--r-- | src/mainboard/lenovo/haswell/hda_verb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/haswell/hda_verb.c b/src/mainboard/lenovo/haswell/hda_verb.c index fac8400223..60b21be1e4 100644 --- a/src/mainboard/lenovo/haswell/hda_verb.c +++ b/src/mainboard/lenovo/haswell/hda_verb.c @@ -3,7 +3,7 @@ #include <device/azalia_device.h> const u32 cim_verb_data[] = { - 0x10ec0292, /* Codec Vendor / Device ID: Realtek */ + 0x10ec0292, /* Codec Vendor / Device ID: Realtek ALC292 */ 0x17aa220e, /* Subsystem ID */ 32, /* Number of 4 dword sets */ AZALIA_SUBVENDOR(0, 0x17aa220e), |