From: Kuninori Morimoto Date: Mon, 24 Oct 2016 06:32:44 +0000 (+0000) Subject: ASoC: remove component from snd_soc_pcm_runtime X-Git-Tag: v4.10-rc1~121^2~3^2~20^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57619b4c9393b8886da90f4ebf29c9f9fe1d07cf;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mark Brown --- 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;