.hipc = &cnl_hipc_spec,
 };
 
-#define AVS_TGL_BASED_SPEC(sname)              \
+#define AVS_TGL_BASED_SPEC(sname, min)         \
 static const struct avs_spec sname##_desc = {  \
        .name = #sname,                         \
-       .min_fw_version = { 10, 29, 0, 5646 },  \
+       .min_fw_version = { 10, min, 0, 5646 }, \
        .dsp_ops = &avs_tgl_dsp_ops,            \
        .core_init_mask = 1,                    \
        .attributes = AVS_PLATATTR_IMR,         \
        .hipc = &cnl_hipc_spec,                 \
 }
 
-AVS_TGL_BASED_SPEC(lkf);
-AVS_TGL_BASED_SPEC(tgl);
-AVS_TGL_BASED_SPEC(ehl);
-AVS_TGL_BASED_SPEC(adl);
-AVS_TGL_BASED_SPEC(adl_n);
+AVS_TGL_BASED_SPEC(lkf, 28);
+AVS_TGL_BASED_SPEC(tgl, 29);
+AVS_TGL_BASED_SPEC(ehl, 30);
+AVS_TGL_BASED_SPEC(adl, 35);
+AVS_TGL_BASED_SPEC(adl_n, 35);
 
 static const struct pci_device_id avs_ids[] = {
        { PCI_DEVICE_DATA(INTEL, HDA_SKL_LP, &skl_desc) },