summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-11-30 18:59:12 +0300
committerMark Brown <broonie@kernel.org>2020-11-30 18:59:12 +0300
commit853c15b1249832320b625f8a803c42c162301291 (patch)
treec2cf1169878820e26af11c710bbd230783d9b5b9 /sound/soc
parent6cd4c6459e47402ab90802eca61a18b231434053 (diff)
parentddfbe828f2ed13f9145c5c5fa17cb0a1b58e0bc9 (diff)
downloadlinux-853c15b1249832320b625f8a803c42c162301291.tar.xz
Merge series "ASoC: tidyup for jack.h" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
Hi Mark These are jack.h related tidyup. Kuninori Morimoto (2): ASoC: soc-core: tidyup jack.h ASoC: add soc-jack.h include/sound/soc-jack.h | 132 ++++++++++++++++++++++++++++++++++++ include/sound/soc.h | 122 +-------------------------------- include/trace/events/asoc.h | 1 + sound/soc/soc-core.c | 1 - 4 files changed, 134 insertions(+), 122 deletions(-) create mode 100644 include/sound/soc-jack.h -- 2.25.1
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/soc-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 50b4ce6374a0..4a86e987dcf0 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -32,7 +32,6 @@
#include <linux/of_graph.h>
#include <linux/dmi.h>
#include <sound/core.h>
-#include <sound/jack.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>