diff --git a/sound/soc/msm/apq8064.c b/sound/soc/msm/apq8064.c index 4a225d2f362d..ba12182378c2 100644 --- a/sound/soc/msm/apq8064.c +++ b/sound/soc/msm/apq8064.c @@ -2176,7 +2176,8 @@ static int __init msm_audio_init(void) int ret; u32 version = socinfo_get_platform_version(); if (!cpu_is_apq8064() || (socinfo_get_id() == 130) || - SOCINFO_VERSION_MINOR(version) == 1) { + (machine_is_apq8064_mtp() && + (SOCINFO_VERSION_MINOR(version) == 1))) { pr_info("%s: Not APQ8064 in SLIMBUS mode\n", __func__); return -ENODEV; }