summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-10 16:38:43 +0100
committerMark Brown <broonie@kernel.org>2022-05-11 17:42:15 +0100
commitde2427207d13d7fe1882cd1772d66e33debf999e (patch)
treee6ad5a794f6b86a5eaff7675d645e2e09f88fc2b /sound
parent69b53a097d9984d93448b021e0d422f2803310bd (diff)
downloadlinux-stable-de2427207d13d7fe1882cd1772d66e33debf999e.tar.gz
linux-stable-de2427207d13d7fe1882cd1772d66e33debf999e.tar.bz2
linux-stable-de2427207d13d7fe1882cd1772d66e33debf999e.zip
ASoC: wm9090: 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-2-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm9090.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9090.c b/sound/soc/codecs/wm9090.c
index 1bae81a7d390..f7d80f1e37a8 100644
--- a/sound/soc/codecs/wm9090.c
+++ b/sound/soc/codecs/wm9090.c
@@ -543,7 +543,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm9090 = {
.suspend_bias_off = 1,
.idle_bias_on = 1,
.use_pmdown_time = 1,
- .endianness = 1,
.non_legacy_dai_naming = 1,
};