소스 검색

Merge "bolero: rx-macro: Resolve noise on ear path during hph ear concurrency"

qctecmdr 4 년 전
부모
커밋
55f0ab64cd
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      asoc/codecs/bolero/rx-macro.c

+ 6 - 1
asoc/codecs/bolero/rx-macro.c

@@ -1930,7 +1930,12 @@ static int rx_macro_config_classh(struct snd_soc_component *component,
 				0x40, 0x40);
 		break;
 	case INTERP_HPHR:
-		snd_soc_component_update_bits(component,
+		if (rx_priv->is_ear_mode_on)
+			snd_soc_component_update_bits(component,
+				BOLERO_CDC_RX_CLSH_HPH_V_PA,
+				0x3F, 0x39);
+		else
+			snd_soc_component_update_bits(component,
 				BOLERO_CDC_RX_CLSH_HPH_V_PA,
 				0x3F, 0x1C);
 		snd_soc_component_update_bits(component,