Merge "asoc: csra66x0: Disable volume ramping in codec"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
144d5ec5c0
@@ -754,6 +754,9 @@ static int csra66x0_init(struct csra66x0_priv *csra66x0)
|
|||||||
snd_soc_component_write(component, CSRA66X0_CH2_VOLUME_1_FA,
|
snd_soc_component_write(component, CSRA66X0_CH2_VOLUME_1_FA,
|
||||||
SPK_VOLUME_M20DB_MSB);
|
SPK_VOLUME_M20DB_MSB);
|
||||||
|
|
||||||
|
/* disable volume ramping */
|
||||||
|
snd_soc_component_write(component, CSRA66X0_VOLUME_CONFIG_FA, 0x27);
|
||||||
|
|
||||||
snd_soc_component_write(component, CSRA66X0_DEAD_TIME_CTRL, 0x0);
|
snd_soc_component_write(component, CSRA66X0_DEAD_TIME_CTRL, 0x0);
|
||||||
snd_soc_component_write(component, CSRA66X0_DEAD_TIME_THRESHOLD_0,
|
snd_soc_component_write(component, CSRA66X0_DEAD_TIME_THRESHOLD_0,
|
||||||
0xE7);
|
0xE7);
|
||||||
|
Reference in New Issue
Block a user