Explorar o código

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

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

+ 1 - 1
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);
 	}
 }