diff options
Diffstat (limited to 'src')
-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), |