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

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

Merge "asoc: codecs: bolero: Reset power mode register at teardown"

parents c9a2aff3 c141ca9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2177,7 +2177,7 @@ static void rx_macro_hphdelay_lutbypass(struct snd_soc_component *component,
		snd_soc_component_update_bits(component, hph_lut_bypass_reg,
					0x80, 0x00);
		snd_soc_component_update_bits(component, hph_comp_ctrl7,
					0x20, 0x0);
					0x20, 0x20);
	}
}