diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-08-25 00:29:41 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-25 14:59:38 +0100 |
commit | 6969b2bae6dbe7f277a7c018b66d2f3ad662129f (patch) | |
tree | 3ee69fc24061d73ec53e5e46c5a5e862b02632e0 /include | |
parent | 688d0ebf49a97aa6959aebec5d177a8b821f27d1 (diff) |
ASoC: remove duplicate definition of dapm_routes/num_dapm_routes
snd_soc_component and snd_soc_component_driver both have
dapm_routes/num_dapm_routes, but these are duplicated.
Let's remove duplicated definition.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 3e0070ed6883..2bcb38045dc1 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -862,8 +862,6 @@ struct snd_soc_component { /* Don't use these, use snd_soc_component_get_dapm() */ struct snd_soc_dapm_context dapm; - const struct snd_soc_dapm_route *dapm_routes; - unsigned int num_dapm_routes; struct snd_soc_codec *codec; int (*probe)(struct snd_soc_component *); |