소스 검색

asoc: msm_common: Fix pinctrl state during shutdown

Move pinctrl state to sleep instead of active during
mi2s shutdown.

Change-Id: I9dc1097a698d6ebd34ac3cedac99e95799a7fb66
Signed-off-by: Rohit kumar <[email protected]>
Rohit kumar 4 년 전
부모
커밋
3b528eff50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,