summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-10-24 06:32:44 +0000
committerMark Brown <broonie@kernel.org>2016-10-24 16:11:57 +0100
commit57619b4c9393b8886da90f4ebf29c9f9fe1d07cf (patch)
treeb379d7156261f17dada5bb88b62206ba8d70be7a /include/sound/soc.h
parent1001354ca34179f3db924eb66672442a173147dc (diff)
downloadlinux-0-day-57619b4c9393b8886da90f4ebf29c9f9fe1d07cf.tar.gz
linux-0-day-57619b4c9393b8886da90f4ebf29c9f9fe1d07cf.tar.xz
ASoC: remove component from snd_soc_pcm_runtime
commit f2ed6b07645e ("ASoC: Make aux_dev more like a generic component") removed its usecase. No one is using it now. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 4f1c784e44f63..1ed9371ece0d4 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1219,7 +1219,6 @@ struct snd_soc_pcm_runtime {
struct snd_soc_platform *platform;
struct snd_soc_dai *codec_dai;
struct snd_soc_dai *cpu_dai;
- struct snd_soc_component *component; /* Only valid for AUX dev rtds */
struct snd_soc_dai **codec_dais;
unsigned int num_codecs;