Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
techpack: audio: Mark msm-dai-q6 drivers as sync probe
Browse files Browse the repository at this point in the history
Bug: 115776306
Bug: 77146523

Signed-off-by: Miguel de Dios <[email protected]>
Change-Id: Ife7d7a5ac7db134cc3f9f031ceb730c16e5ffa7f
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
Miguel de Dios authored and mvaisakh committed Mar 16, 2023
1 parent 7307c6a commit 80c9116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions techpack/audio/asoc/msm-dai-q6-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down Expand Up @@ -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,
},
};

Expand Down Expand Up @@ -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,
},
};

Expand Down Expand Up @@ -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,
},
};

Expand Down

0 comments on commit 80c9116

Please sign in to comment.