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)
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

index 075ee852eb72418e53953747df4fa0790032e710..6a86ce3fb182da111a841e6ff504be1ed84758ce 100644 (file)
@@ -803,7 +803,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm2000 = {
        .num_dapm_routes        = ARRAY_SIZE(wm2000_audio_map),
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
-       .endianness             = 1,
        .non_legacy_dai_naming  = 1,
 };