``` if (q6core_get_adsp_version() != Q6_ADSP_VERSION_2_6) { /* Always use the new clock API on newer platforms. */ ``` should my patch fall back to the old method on 2.7 too?