[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20251231-nau8821-cleanup-v1-7-6b0b76cbbb64@collabora.com>
Date: Wed, 31 Dec 2025 22:04:21 +0200
From: Cristian Ciocaltea <cristian.ciocaltea@...labora.com>
To: Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
Seven Lee <wtli@...oton.com>
Cc: kernel@...labora.com, linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 7/7] ASoC: nau8821: Sort #include directives
Make sure #include directives are ordered alphabetically.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@...labora.com>
---
sound/soc/codecs/nau8821.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/nau8821.c b/sound/soc/codecs/nau8821.c
index 181214fa792d..ffb526de0021 100644
--- a/sound/soc/codecs/nau8821.c
+++ b/sound/soc/codecs/nau8821.c
@@ -11,10 +11,10 @@
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/dmi.h>
-#include <linux/init.h>
#include <linux/i2c.h>
-#include <linux/module.h>
+#include <linux/init.h>
#include <linux/math64.h>
+#include <linux/module.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <sound/core.h>
@@ -24,6 +24,7 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/tlv.h>
+
#include "nau8821.h"
#define NAU8821_QUIRK_JD_ACTIVE_HIGH BIT(0)
--
2.52.0
Powered by blists - more mailing lists