Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55f0ab64 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 348bebe0 ec8b554e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1930,6 +1930,11 @@ static int rx_macro_config_classh(struct snd_soc_component *component,
				0x40, 0x40);
		break;
	case INTERP_HPHR:
		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);