Ver Fonte

asoc: codecs: wcd938x: disable pm runtime

Soundwire master receives the pm runtime calls, so slave
does not need to enable pm runtime.

Change-Id: I3e09b9d1eee9bbfbe525fbf375bf938600f30064
Signed-off-by: Karthikeyan Mani <[email protected]>
Karthikeyan Mani há 6 anos atrás
pai
commit
c0a8adf365
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      asoc/codecs/wcd938x/wcd938x.c

+ 1 - 1
asoc/codecs/wcd938x/wcd938x.c

@@ -118,7 +118,7 @@ static struct regmap_irq_chip wcd938x_regmap_irq_chip = {
 	.type_base = WCD938X_DIGITAL_INTR_LEVEL_0,
 	.ack_base = WCD938X_DIGITAL_INTR_CLEAR_0,
 	.use_ack = 1,
-	.runtime_pm = true,
+	.runtime_pm = false,
 	.handle_post_irq = wcd938x_handle_post_irq,
 	.irq_drv_data = NULL,
 };