ASoC: sun4i-codec: Sort sound related #include statements

Message ID 20260714151950.316035-1-wens@kernel.org (mailing list archive)
State New
Headers
Series ASoC: sun4i-codec: Sort sound related #include statements |

Commit Message

Chen-Yu Tsai July 14, 2026, 3:19 p.m. UTC
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(-)
  

Comments

Jernej Škrabec July 14, 2026, 4:09 p.m. UTC | #1
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
  
Mark Brown July 14, 2026, 9:19 p.m. UTC | #2
On Tue, 14 Jul 2026 23:19:49 +0800, Chen-Yu Tsai wrote:
> ASoC: sun4i-codec: Sort sound related #include statements

Applied to

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

Thanks!

[1/1] ASoC: sun4i-codec: Sort sound related #include statements
      https://git.kernel.org/broonie/sound/c/eceeb7a564f8

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
  

Patch

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)