summaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-03-28 02:18:13 +0000
committerMark Brown <broonie@kernel.org>2018-04-16 11:53:35 +0100
commit8ba05d770dc46df76900d4e17c312d62c83bed6f (patch)
tree23a6289d12de70c66c18b37f0bf384cb497dc057 /include/trace
parent0dde4b573eee57799a6b07bc46705377deb0bc00 (diff)
downloadop-kernel-dev-8ba05d770dc46df76900d4e17c312d62c83bed6f.zip
op-kernel-dev-8ba05d770dc46df76900d4e17c312d62c83bed6f.tar.gz
ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component, and it is not used in this file. Let's remove it Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/asoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3b..40c300f 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
OpenPOWER on IntegriCloud