소스 검색

Merge "ASoC: bolero: Fix higher btn press noise issue"

qctecmdr 5 년 전
부모
커밋
26cced1678
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      asoc/codecs/bolero/tx-macro.c

+ 1 - 1
asoc/codecs/bolero/tx-macro.c

@@ -2821,7 +2821,7 @@ undefined_rate:
 }
 
 static const struct tx_macro_reg_mask_val tx_macro_reg_init[] = {
-	{BOLERO_CDC_TX0_TX_PATH_SEC7, 0x3F, 0x02},
+	{BOLERO_CDC_TX0_TX_PATH_SEC7, 0x3F, 0x0A},
 };
 
 static int tx_macro_init(struct snd_soc_component *component)