From c141ca9e3da36fd2b39d557d90770320413cb9e0 Mon Sep 17 00:00:00 2001 From: Karthikeyan Mani Date: Mon, 13 May 2019 14:40:55 -0700 Subject: [PATCH] asoc: codecs: bolero: Reset power mode register at teardown Reset the compander power mode register to default value upon teardown sequence, so that at next startup use case it has proper power value. Change-Id: I851e8a62a910d7018ac74e93abee47a615b3e50c Signed-off-by: Karthikeyan Mani --- asoc/codecs/bolero/rx-macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asoc/codecs/bolero/rx-macro.c b/asoc/codecs/bolero/rx-macro.c index e43fa6231f9e..3d2397cfeb8d 100644 --- a/asoc/codecs/bolero/rx-macro.c +++ b/asoc/codecs/bolero/rx-macro.c @@ -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); } }