diff mbox

ASoC: remove component from snd_soc_pcm_runtime

Message ID 87lgxe2rlf.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit 57619b4c9393b8886da90f4ebf29c9f9fe1d07cf
Headers show

Commit Message

Kuninori Morimoto Oct. 24, 2016, 6:32 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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>
---
 include/sound/soc.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/sound/soc.h b/include/sound/soc.h
index 091201a..cff9592 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;