1
0

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

Este cometimento está contido em:
qctecmdr
2019-05-21 20:25:28 -07:00
cometido por Gerrit - the friendly Code Review server
ascendente c9a2aff3be c141ca9e3d
cometimento 8717168d90

Ver ficheiro

@@ -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);
}
}