All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: sun4i-codec: Sort sound related #include statements
@ 2026-07-14 15:19 Chen-Yu Tsai
  2026-07-14 16:09 ` Jernej Škrabec
  0 siblings, 1 reply; 2+ messages in thread
From: Chen-Yu Tsai @ 2026-07-14 15:19 UTC (permalink / raw)
  To: Mark Brown, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland
  Cc: linux-sound, linux-sunxi, linux-arm-kernel, linux-kernel

Some of the sound related #include statements are not ordered in
alphabetic order.

Sort them. This results in no functional change.

Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
---
 sound/soc/sunxi/sun4i-codec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c
index 93f511fb6190..2c5cf12f1a6c 100644
--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -22,13 +22,13 @@
 #include <linux/gpio/consumer.h>
 
 #include <sound/core.h>
+#include <sound/dmaengine_pcm.h>
+#include <sound/initval.h>
 #include <sound/jack.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
 #include <sound/soc.h>
 #include <sound/tlv.h>
-#include <sound/initval.h>
-#include <sound/dmaengine_pcm.h>
 
 /* Codec DAC digital controls and FIFO registers */
 #define SUN4I_CODEC_DAC_DPC			(0x00)
-- 
2.47.3


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

* Re: [PATCH] ASoC: sun4i-codec: Sort sound related #include statements
  2026-07-14 15:19 [PATCH] ASoC: sun4i-codec: Sort sound related #include statements Chen-Yu Tsai
@ 2026-07-14 16:09 ` Jernej Škrabec
  0 siblings, 0 replies; 2+ messages in thread
From: Jernej Škrabec @ 2026-07-14 16:09 UTC (permalink / raw)
  To: Mark Brown, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
	Chen-Yu Tsai
  Cc: linux-sound, linux-sunxi, linux-arm-kernel, linux-kernel

Dne torek, 14. julij 2026 ob 17:19:49 Srednjeevropski poletni čas je Chen-Yu Tsai napisal(a):
> Some of the sound related #include statements are not ordered in
> alphabetic order.
> 
> Sort them. This results in no functional change.
> 
> Signed-off-by: Chen-Yu Tsai <wens@kernel.org>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej



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

end of thread, other threads:[~2026-07-14 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 15:19 [PATCH] ASoC: sun4i-codec: Sort sound related #include statements Chen-Yu Tsai
2026-07-14 16:09 ` Jernej Škrabec

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.