Re: [PATCH] ASoC: pcm186x: Fix device reset-registers trigger value

2018-11-15 Thread Andrew F. Davis
On 11/15/18 11:01 AM, Andreas Dannenberg wrote: > According to the current device datasheet (TI Lit # SLAS831D, revised > March 2018) the value written to the device's PAGE register to trigger > a complete register reset should be 0xfe, not 0xff. So go ahead and > update to the correct value. > >

[PATCH] ASoC: pcm186x: Fix device reset-registers trigger value

2018-11-15 Thread Andreas Dannenberg
According to the current device datasheet (TI Lit # SLAS831D, revised March 2018) the value written to the device's PAGE register to trigger a complete register reset should be 0xfe, not 0xff. So go ahead and update to the correct value. Reported-by: Stephane Le Provost Tested-by: Stephane Le Pro