Ver Fonte

Merge "asoc: swr-haptics: keep in SWR PLAY_SRC when disabling SWR play"

qctecmdr há 2 anos atrás
pai
commit
19cfd736d9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      asoc/codecs/swr-haptics.c

+ 1 - 1
asoc/codecs/swr-haptics.c

@@ -332,7 +332,7 @@ static int hap_enable_swr_dac_port(struct snd_soc_dapm_widget *w,
 		break;
 	case SND_SOC_DAPM_PRE_PMD:
 		/* stop SWR play */
-		val = 0;
+		val = SWR_PLAY_SRC_VAL_SWR;
 		rc = regmap_write(swr_hap->regmap, SWR_PLAY_REG, val);
 		if (rc) {
 			dev_err_ratelimited(swr_hap->dev, "%s: Enable SWR_PLAY failed, rc=%d\n",