On Thu, Jul 03, 2014 at 04:51:36PM +0200, Daniel Mack wrote:
Fix a long standing bug in the read register routing of adau1701.
The bytes arrive in the buffer in big-endian, so the result has to be
shifted before and-ing the bytes in the loop.
Applied, thanks.