diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-09-11 06:59:01 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-11 17:18:39 +0100 |
commit | 4f1b327e65a9516a46ea491ce72a5161be176af8 (patch) | |
tree | 740cbc83553335c7823d02c3d4ae073774068e02 /include/sound | |
parent | 2eda3cb108b699a6ff78a87e25143c153bc88e41 (diff) |
ASoC: soc-core: remove unused num_dai_links
ALSA SoC is counting card->dai_link_list user,
but no-one is using it.
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/sound')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 821bf99992b8..e17a7ae9a155 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1060,7 +1060,6 @@ struct snd_soc_card { struct snd_soc_dai_link *dai_link; /* predefined links only */ int num_links; /* predefined links only */ struct list_head dai_link_list; /* all links */ - int num_dai_links; struct list_head rtd_list; int num_rtd; |