diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2022-05-10 16:38:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-11 17:42:14 +0100 |
commit | 69b53a097d9984d93448b021e0d422f2803310bd (patch) | |
tree | a8c6edf87c1a5bb2fd00393c3cdd8d8bcd85b45d /sound/soc | |
parent | 2be84f73785fa9ed6443e3c5b158730266f1c2ee (diff) | |
download | linux-69b53a097d9984d93448b021e0d422f2803310bd.tar.bz2 |
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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm2000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c index 075ee852eb72..6a86ce3fb182 100644 --- a/sound/soc/codecs/wm2000.c +++ b/sound/soc/codecs/wm2000.c @@ -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, }; |