aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@google.com>2020-07-09 20:24:41 +0800
committerMark Brown <broonie@kernel.org>2020-07-09 20:34:33 +0100
commit31add0d56e5c4964009bca8d507ff91350e17b5e (patch)
tree6707772fa2b62b2e8c1bc1040c114bd85f1defcf /sound/soc/mediatek
parentMerge series "ASoC: mediatek: mt8183: support machine driver for rt1015" from Tzung-Bi Shih <tzungbi@google.com>: (diff)
downloadlinux-dev-31add0d56e5c4964009bca8d507ff91350e17b5e.tar.xz
linux-dev-31add0d56e5c4964009bca8d507ff91350e17b5e.zip
ASoC: mediatek: mt8183-da7219: 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/20200709122445.1584497-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-da7219-max98357.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
index b61bb2de4ec3..4cffe7daf33c 100644
--- a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
+++ b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
@@ -13,9 +13,9 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>
-#include "mt8183-afe-common.h"
#include "../../codecs/da7219-aad.h"
#include "../../codecs/da7219.h"
+#include "mt8183-afe-common.h"
struct mt8183_da7219_max98357_priv {
struct snd_soc_jack headset_jack;