9 Jun
2014
9 Jun
'14
9:57 p.m.
On Mon, Jun 09, 2014 at 02:20:29PM +0300, Jarkko Nikula wrote:
Commit c9e065c27fe9 ("ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()") stopped updating register values in those cases where initial after boot state of kcontrol appears to not change but where register value still needs update because it is not in sync with the kcontrol state.
Applied, thanks. One thing...
- int connect, change;
- int connect, change, reg_change = 0;
It's better not to mix initialisations in with other variable declarations, it's a bit messy and marginally unclear.