asoc: mbhc: ignore mbhc event report during ssr
When ssr is in progress, during some race conditions mbhc events are getting reported when codec is still coming up. Ignore such events without reporting. Change-Id: I3d3f78f97c2b855fc36a480f38c166bda2d979f0 Signed-off-by: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:

کامیت شده توسط
Gerrit - the friendly Code Review server

والد
ec7e65b420
کامیت
3dd07e6937
@@ -9980,6 +9980,7 @@ static int tavil_device_down(struct wcd9xxx *wcd9xxx)
|
||||
for (count = 0; count < NUM_CODEC_DAIS; count++)
|
||||
priv->dai[count].bus_down_in_recovery = true;
|
||||
|
||||
priv->mbhc->wcd_mbhc.deinit_in_progress = true;
|
||||
if (delayed_work_pending(&priv->spk_anc_dwork.dwork))
|
||||
cancel_delayed_work(&priv->spk_anc_dwork.dwork);
|
||||
for (decimator = 0; decimator < WCD934X_NUM_DECIMATORS; decimator++) {
|
||||
|
مرجع در شماره جدید
Block a user