mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
Merge "ASoC: wsa: update TEMP_OP disable before bandgap disable"
This commit is contained in:
commit
84155c77b5
1 changed files with 1 additions and 0 deletions
|
@ -952,6 +952,7 @@ static int32_t wsa881x_temp_reg_read(struct snd_soc_codec *codec,
|
|||
wsa_temp_reg->d2_msb = snd_soc_read(codec, WSA881X_OTP_REG_3);
|
||||
wsa_temp_reg->d2_lsb = snd_soc_read(codec, WSA881X_OTP_REG_4);
|
||||
|
||||
snd_soc_update_bits(codec, WSA881X_TEMP_OP, 0x04, 0x00);
|
||||
wsa881x_resource_acquire(codec, DISABLE);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue