Prechádzať zdrojové kódy

ASoC: bolero: Fix audio mute during first 4-5 seconds in headset record

Audio mute is observed if record is started as soon as headset
is inserted. This is because hold time after button release is set
as 800ms causing the delay. Change hold time to 200ms to fix this issue.

Change-Id: I98028fca3412a3d47ad8e5154f25ff1726426955
Signed-off-by: Vatsal Bucha <[email protected]>
Vatsal Bucha 5 rokov pred
rodič
commit
126be65693
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      asoc/codecs/bolero/tx-macro.c

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

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