diff options
| -rw-r--r-- | sound/soc/msm/qdsp6v2/q6afe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/msm/qdsp6v2/q6afe.c b/sound/soc/msm/qdsp6v2/q6afe.c index f1607b8e5d66..1eedf611bded 100644 --- a/sound/soc/msm/qdsp6v2/q6afe.c +++ b/sound/soc/msm/qdsp6v2/q6afe.c @@ -272,6 +272,7 @@ static int32_t afe_callback(struct apr_client_data *data, void *priv) mutex_lock(&this_afe.cal_data[AFE_CUST_TOPOLOGY_CAL]->lock); this_afe.set_custom_topology = 1; mutex_unlock(&this_afe.cal_data[AFE_CUST_TOPOLOGY_CAL]->lock); + rtac_clear_mapping(AFE_RTAC_CAL); if (this_afe.apr) { apr_reset(this_afe.apr); |
