Forráskód Böngészése

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 <[email protected]>
Vangala, Amarnath 1 éve
szülő
commit
3c259f7f3b
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      asoc/codecs/lpass-cdc/lpass-cdc.c

+ 0 - 1
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);