diff --git a/src/mainboard/prodrive/hermes/hda_verb.c b/src/mainboard/prodrive/hermes/hda_verb.c index 23c542c478..9780e7dcb5 100644 --- a/src/mainboard/prodrive/hermes/hda_verb.c +++ b/src/mainboard/prodrive/hermes/hda_verb.c @@ -12,7 +12,7 @@ void mainboard_azalia_program_runtime_verbs(u8 *base, u32 viddid) if (viddid == 0x10ec0888) { u8 hsi = get_bmc_hsi(); - if (hsi >= 4) + if (hsi >= 3) /* R04 and newer */ mainboard_r0x_configure_alc888(base, viddid); } }