From: Xiubo Li
Date: Fri, 29 Aug 2014 07:12:12 +0000 (+0800)
Subject: ASoC: fsl-sai: using 'lsb-first' property instead of 'big-endian-data'.
X-Git-Tag: fixes-against-v3.18-rc2~128^2~8^2~5^3
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadb0019d206591e34e864b62059b292e157d8fc;p=pandora-kernel.git
ASoC: fsl-sai: using 'lsb-first' property instead of 'big-endian-data'.
The 'big-endian-data' property is originally used to indicate whether the
LSB firstly or MSB firstly will be transmitted to the CODEC or received
from the CODEC, and there has nothing relation to the memory data.
Generally, if the audio data in big endian format, which will be using the
bytes reversion, Here this can only be used to bits reversion.
So using the 'lsb-first' instead of 'big-endian-data' can make the code
to be readable easier and more easy to understand what this property is
used to do.
This property used for configuring whether the LSB or the MSB is transmitted
first for the fifo data.
Signed-off-by: Xiubo Li
Acked-by: Nicolin Chen
Signed-off-by: Mark Brown
---
Reading git-diff-tree failed