Skip to content

Commit b709c1a

Browse files
MrVanbroonie
authored andcommitted
ASoC: codec: tlv320aic32x4: Sort headers alphabetically
Sort headers alphabetically to easily insert new ones and drop unused ones. Signed-off-by: Peng Fan <[email protected]> Reviewed-by: Alexander Stein <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 69d5b62 commit b709c1a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sound/soc/codecs/tlv320aic32x4.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
* Based on sound/soc/codecs/wm8974 and TI driver for kernel 2.6.27.
1010
*/
1111

12-
#include <linux/module.h>
13-
#include <linux/moduleparam.h>
14-
#include <linux/init.h>
15-
#include <linux/delay.h>
16-
#include <linux/pm.h>
17-
#include <linux/gpio.h>
18-
#include <linux/of_gpio.h>
1912
#include <linux/cdev.h>
20-
#include <linux/slab.h>
2113
#include <linux/clk.h>
14+
#include <linux/delay.h>
15+
#include <linux/gpio.h>
16+
#include <linux/init.h>
17+
#include <linux/module.h>
18+
#include <linux/moduleparam.h>
2219
#include <linux/of_clk.h>
20+
#include <linux/of_gpio.h>
21+
#include <linux/pm.h>
2322
#include <linux/regulator/consumer.h>
23+
#include <linux/slab.h>
2424

25-
#include <sound/tlv320aic32x4.h>
2625
#include <sound/core.h>
26+
#include <sound/initval.h>
2727
#include <sound/pcm.h>
2828
#include <sound/pcm_params.h>
2929
#include <sound/soc.h>
3030
#include <sound/soc-dapm.h>
31-
#include <sound/initval.h>
3231
#include <sound/tlv.h>
32+
#include <sound/tlv320aic32x4.h>
3333

3434
#include "tlv320aic32x4.h"
3535

0 commit comments

Comments
 (0)