diff --git a/techpack/audio/asoc/msm-dai-q6-v2.c b/techpack/audio/asoc/msm-dai-q6-v2.c index 822273ff26d5..4614ac52110c 100644 --- a/techpack/audio/asoc/msm-dai-q6-v2.c +++ b/techpack/audio/asoc/msm-dai-q6-v2.c @@ -8171,6 +8171,7 @@ static struct platform_driver msm_dai_q6_dev = { .owner = THIS_MODULE, .of_match_table = msm_dai_q6_dev_dt_match, .suppress_bind_attrs = true, + .probe_type = PROBE_FORCE_SYNCHRONOUS, }, }; @@ -8209,6 +8210,7 @@ static struct platform_driver msm_dai_q6 = { .owner = THIS_MODULE, .of_match_table = msm_dai_q6_dt_match, .suppress_bind_attrs = true, + .probe_type = PROBE_FORCE_SYNCHRONOUS, }, }; @@ -8611,6 +8613,7 @@ static struct platform_driver msm_dai_tdm_q6 = { .owner = THIS_MODULE, .of_match_table = msm_dai_tdm_dt_match, .suppress_bind_attrs = true, + .probe_type = PROBE_FORCE_SYNCHRONOUS, }, }; @@ -15454,6 +15457,7 @@ static struct platform_driver msm_dai_q6_tdm_driver = { .owner = THIS_MODULE, .of_match_table = msm_dai_q6_tdm_dev_dt_match, .suppress_bind_attrs = true, + .probe_type = PROBE_FORCE_SYNCHRONOUS, }, };