All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: wm2000: Remove redundant endianness flag
@ 2022-05-10 15:38 Charles Keepax
  2022-05-10 15:38 ` [PATCH 2/2] ASoC: wm9090: " Charles Keepax
  2022-05-12 14:12 ` [PATCH 1/2] ASoC: wm2000: " Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Charles Keepax @ 2022-05-10 15:38 UTC (permalink / raw)
  To: broonie; +Cc: patches, alsa-devel, lgirdwood, kuninori.morimoto.gx

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/wm2000.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c
index 075ee852eb724..6a86ce3fb182d 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,
 };
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ASoC: wm9090: Remove redundant endianness flag
  2022-05-10 15:38 [PATCH 1/2] ASoC: wm2000: Remove redundant endianness flag Charles Keepax
@ 2022-05-10 15:38 ` Charles Keepax
  2022-05-12 14:12 ` [PATCH 1/2] ASoC: wm2000: " Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2022-05-10 15:38 UTC (permalink / raw)
  To: broonie; +Cc: patches, alsa-devel, lgirdwood, kuninori.morimoto.gx

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 --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,
 };
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ASoC: wm2000: Remove redundant endianness flag
  2022-05-10 15:38 [PATCH 1/2] ASoC: wm2000: Remove redundant endianness flag Charles Keepax
  2022-05-10 15:38 ` [PATCH 2/2] ASoC: wm9090: " Charles Keepax
@ 2022-05-12 14:12 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-05-12 14:12 UTC (permalink / raw)
  To: ckeepax; +Cc: patches, alsa-devel, lgirdwood, Kuninori Morimoto

On Tue, 10 May 2022 16:38:42 +0100, Charles Keepax wrote:
> 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.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: wm2000: Remove redundant endianness flag
      commit: 69b53a097d9984d93448b021e0d422f2803310bd
[2/2] ASoC: wm9090: Remove redundant endianness flag
      commit: de2427207d13d7fe1882cd1772d66e33debf999e

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-12 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 15:38 [PATCH 1/2] ASoC: wm2000: Remove redundant endianness flag Charles Keepax
2022-05-10 15:38 ` [PATCH 2/2] ASoC: wm9090: " Charles Keepax
2022-05-12 14:12 ` [PATCH 1/2] ASoC: wm2000: " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.