diff mbox series

[2/2] ASoC: wm9090: Remove redundant endianness flag

Message ID 20220510153843.1029540-2-ckeepax@opensource.cirrus.com
State Accepted
Commit de2427207d13d7fe1882cd1772d66e33debf999e
Headers show
Series [1/2] ASoC: wm2000: Remove redundant endianness flag | expand

Commit Message

Charles Keepax May 10, 2022, 3:38 p.m. UTC
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>
---
 sound/soc/codecs/wm9090.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/wm9090.c b/sound/soc/codecs/wm9090.c
index 1bae81a7d3908..f7d80f1e37a80 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,
 };