diff options
author | Peng Fan <peng.fan@nxp.com> | 2025-04-28 20:12:46 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-05-01 08:23:29 +0900 |
commit | 5ae1bd2f6312948231e72cee1022dd6a0c29c7d0 (patch) | |
tree | d02026e6e040b205174b7cdb4e26669de5e691de | |
parent | b4432656b36e5cc1d50a1f2dc15357543add530e (diff) |
ASoC: codec: twl4030: Sort headers alphabetically
Sort headers alphabetically to easily insert new ones
and drop unused ones.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20250428-twl4030-v2-1-868d0d572f12@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/twl4030.c | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 609886461805..dbd2a0ce7ded 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c @@ -5,28 +5,26 @@ * Author: Steve Sakoman, <steve@sakoman.com> */ -#include <linux/module.h> -#include <linux/moduleparam.h> -#include <linux/init.h> #include <linux/delay.h> -#include <linux/pm.h> +#include <linux/gpio.h> #include <linux/i2c.h> -#include <linux/platform_device.h> +#include <linux/init.h> +#include <linux/mfd/twl.h> +#include <linux/mfd/twl4030-audio.h> +#include <linux/module.h> +#include <linux/moduleparam.h> #include <linux/of.h> #include <linux/of_gpio.h> -#include <linux/mfd/twl.h> +#include <linux/pm.h> +#include <linux/platform_device.h> #include <linux/slab.h> -#include <linux/gpio.h> #include <sound/core.h> +#include <sound/initval.h> #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> -#include <sound/initval.h> #include <sound/tlv.h> -/* Register descriptions are here */ -#include <linux/mfd/twl4030-audio.h> - /* TWL4030 PMBR1 Register */ #define TWL4030_PMBR1_REG 0x0D /* TWL4030 PMBR1 Register GPIO6 mux bits */ |