Browse Source

Merge "asoc: msm_common: Fix pinctrl state during shutdown"

qctecmdr 3 years ago
parent
commit
9607f2fa36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      asoc/msm_common.c

+ 1 - 1
asoc/msm_common.c

@@ -301,7 +301,7 @@ void msm_common_snd_shutdown(struct snd_pcm_substream *substream)
 		if (pdata->mi2s_gpio_p[index]) {
 			atomic_dec(&pdata->mi2s_gpio_ref_cnt[index]);
 			if (atomic_read(&pdata->mi2s_gpio_ref_cnt[index]) == 0) {
-				ret = msm_cdc_pinctrl_select_active_state(
+				ret = msm_cdc_pinctrl_select_sleep_state(
 						pdata->mi2s_gpio_p[index]);
 				if (ret)
 					dev_err(card->dev,