From: Daniel Mack Date: Thu, 3 Jul 2014 14:51:36 +0000 (+0200) Subject: ASoC: adau1701: fix adau1701_reg_read() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~29^2~4^2~4^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad80b828b2533f37c221e2df155774efd6ed814;p=pandora-kernel.git ASoC: adau1701: fix adau1701_reg_read() 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. Signed-off-by: Daniel Mack Acked-by: Lars-Peter Clausen Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed