diff options
author | Tzung-Bi Shih <tzungbi@google.com> | 2020-07-08 19:32:31 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-08 16:29:39 +0100 |
commit | 4dae01c2e5df7beb8dfd5deb9560e42f19d3cfb7 (patch) | |
tree | f998961aa8d24401db6e4bc7c049f3864c75aa35 /sound/soc/mediatek | |
parent | a5911ac5790acaf98c929b826b3f7b4a438f9759 (diff) | |
download | linux-4dae01c2e5df7beb8dfd5deb9560e42f19d3cfb7.tar.bz2 |
ASoC: mediatek: mt8183: sort header inclusions in alphabetical
Sorts header inclusions in alphabetical.
Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
Link: https://lore.kernel.org/r/20200708113233.3994206-2-tzungbi@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek')
-rw-r--r-- | sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c | 6 |
1 files 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@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, |