Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: soc-core: tidyup jack.h

soc-core.c don't need sound/jack.h anymore, but asoc.h needs it.
This patch fixup header magic.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87y2iju3zm.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
9e8434a0 7f2c63d6

+1 -1
+1
include/trace/events/asoc.h
··· 7 7 8 8 #include <linux/ktime.h> 9 9 #include <linux/tracepoint.h> 10 + #include <sound/jack.h> 10 11 11 12 #define DAPM_DIRECT "(direct)" 12 13 #define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
-1
sound/soc/soc-core.c
··· 32 32 #include <linux/of_graph.h> 33 33 #include <linux/dmi.h> 34 34 #include <sound/core.h> 35 - #include <sound/jack.h> 36 35 #include <sound/pcm.h> 37 36 #include <sound/pcm_params.h> 38 37 #include <sound/soc.h>