Explorar o código

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

qctecmdr %!s(int64=5) %!d(string=hai) anos
pai
achega
dc92f04266
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      asoc/codecs/bolero/tx-macro.c

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

@@ -2096,7 +2096,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)