[PATCH 1/3] ASoC: mediatek: mt8183: sort header inclusions in alphabetical
Tzung-Bi Shih
tzungbi at google.com
Wed Jul 8 13:32:31 CEST 2020
Sorts header inclusions in alphabetical.
Signed-off-by: Tzung-Bi Shih <tzungbi at google.com>
---
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c b/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
index 1fca8df109b4..8cd53403a080 100644
--- a/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
+++ b/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
@@ -7,13 +7,13 @@
// Author: Shunli Wang <shunli.wang at mediatek.com>
#include <linux/module.h>
+#include <linux/pinctrl/consumer.h>
+#include <sound/jack.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
-#include <sound/jack.h>
-#include <linux/pinctrl/consumer.h>
-#include "mt8183-afe-common.h"
#include "../../codecs/ts3a227e.h"
+#include "mt8183-afe-common.h"
enum PINCTRL_PIN_STATE {
PIN_STATE_DEFAULT = 0,
--
2.27.0.383.g050319c2ae-goog
More information about the Alsa-devel
mailing list