Browse Source

asoc: lpass-cdc-va-macro: revert reset Sampling rate

Sampling rate of the decimator is reset to hw reset value during
power down event in existing code. This code was implemented for
 a safety precaution.
Remove this code as it is causing a side effect for VA use cases.

Side effect of existing code: during successive VA use cases runs,
Sampling rate is not updated as the device is not closed completely.
Due to this, decimator runs with incorrect sampling rate for
 successive runs and causes failure.

Change-Id: I5e60c656043d06c3d999de183698adfffdaa44d1
Signed-off-by: Vangala, Amarnath <[email protected]>
Vangala, Amarnath 1 year ago
parent
commit
daea160320
1 changed files with 0 additions and 2 deletions
  1. 0 2
      asoc/codecs/lpass-cdc/lpass-cdc-va-macro.c

+ 0 - 2
asoc/codecs/lpass-cdc/lpass-cdc-va-macro.c

@@ -1392,8 +1392,6 @@ static int lpass_cdc_va_macro_enable_dec(struct snd_soc_dapm_widget *w,
 					0x40, 0x00);
 		snd_soc_component_update_bits(component, tx_vol_ctl_reg,
 					0x10, 0x00);
-		snd_soc_component_update_bits(component, tx_fs_reg,
-					0x0F, 0x04);
 		break;
 	}
 	return 0;