diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-05-06 09:39:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-07 10:21:26 +0100 |
commit | db88a8e3ca38b840c768e65a3ddb952cf1bf258f (patch) | |
tree | aa535de929adf489177ea085645d56fc0f26836b /include/sound | |
parent | af0881ffbd7bfc825c2871c79798d66e3608a50c (diff) |
ASoC: Remove unused num_dai field from CODEC
Commit d191bd8de8 ("ASoC: snd_soc_codec includes snd_soc_component") removed the
last user of the num_dai field. Also remove the field itself.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.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 7287c6e0cf71..b9ee22018352 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -701,7 +701,6 @@ struct snd_soc_codec { struct snd_soc_card *card; struct list_head list; struct list_head card_list; - int num_dai; /* runtime */ struct snd_ac97 *ac97; /* for ad-hoc ac97 devices */ |