From 90699117c09a03de87c9911c7ae09b2799a167ce Mon Sep 17 00:00:00 2001 From: "Vangala, Amarnath" Date: Thu, 3 Aug 2023 10:43:20 +0530 Subject: [PATCH] asoc: codecs: lpass-cdc: remove pre ssr notifier call Remove the PRE_SSR blocking notifier call. This is not required as early down event is not handled. Change-Id: Ie448fa2af92edd484d282200cf350c6bddc5f99d Signed-off-by: Vangala, Amarnath --- asoc/codecs/lpass-cdc/lpass-cdc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/asoc/codecs/lpass-cdc/lpass-cdc.c b/asoc/codecs/lpass-cdc/lpass-cdc.c index 9908289053..8d612b3ec8 100644 --- a/asoc/codecs/lpass-cdc/lpass-cdc.c +++ b/asoc/codecs/lpass-cdc/lpass-cdc.c @@ -936,7 +936,6 @@ static void lpass_cdc_ssr_disable(struct device *dev, void *data) return; } - lpass_cdc_notifier_call(priv, LPASS_CDC_WCD_EVT_PA_OFF_PRE_SSR); regcache_cache_only(priv->regmap, true); mutex_lock(&priv->clk_lock);