diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-07-06 17:17:04 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-08 19:05:40 +0000 |
commit | b3d4abe208fb849723ccb22f3deb50f028b98ea0 (patch) | |
tree | 8abff447d14168d86652392bac6875a0d34e41ee /src/mainboard | |
parent | 65822a5222457d9c53a2bf1822c9e3586e700c04 (diff) |
samsung/lumpy: fix comments in hda_verb.c
Fix comments to reflect correct manufacturer/model, SSID.
Change-Id: Ibaa39fbb8081393ef4696c6f2470a546e801f483
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/20481
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/samsung/lumpy/hda_verb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/samsung/lumpy/hda_verb.c b/src/mainboard/samsung/lumpy/hda_verb.c index 51f5b3bd1b..9c97f120e4 100644 --- a/src/mainboard/samsung/lumpy/hda_verb.c +++ b/src/mainboard/samsung/lumpy/hda_verb.c @@ -17,11 +17,11 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x10134210, // Codec Vendor / Device ID: Realtek ALC262 + 0x10134210, // Codec Vendor / Device ID: Cirrus Logic CS4210 0x144db082, // Subsystem ID 0x00000007, // Number of jacks - /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144dc0c2 */ + /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144db082 */ AZALIA_SUBVENDOR(0x0, 0x144db082), 0x00170500, |