SOF_RT5682_MCLK_24MHZ |
                                        SOF_RT5682_SSP_CODEC(1)),
        },
+       {
+               /*
+                * Dooly is hatch family but using rt1015 amp so it
+                * requires a quirk before "Google_Hatch".
+                */
+               .callback = sof_rt5682_quirk_cb,
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "HP"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Dooly"),
+               },
+               .driver_data = (void *)(SOF_RT5682_MCLK_EN |
+                                       SOF_RT5682_MCLK_24MHZ |
+                                       SOF_RT5682_SSP_CODEC(0) |
+                                       SOF_SPEAKER_AMP_PRESENT |
+                                       SOF_RT1015_SPEAKER_AMP_PRESENT |
+                                       SOF_RT1015_SPEAKER_AMP_100FS |
+                                       SOF_RT5682_SSP_AMP(1)),
+       },
        {
                .callback = sof_rt5682_quirk_cb,
                .matches = {