ASoC: wm2000: Remove redundant endianness flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 10 May 2022 15:38:42 +0000 (16:38 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 11 May 2022 16:42:14 +0000 (17:42 +0100)
commit69b53a097d9984d93448b021e0d422f2803310bd
treea8c6edf87c1a5bb2fd00393c3cdd8d8bcd85b45d
parent2be84f73785fa9ed6443e3c5b158730266f1c2ee
ASoC: wm2000: Remove redundant endianness flag

The endianness flag is used on the CODEC side to specify an
ambivalence to endian, typically because it is lost over the hardware
link. This device has no DAI links and as such the flag would have
no effect, remove the redundant flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220510153843.1029540-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm2000.c