ASoC: remove duplicate definition of controls/num_controls
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 25 Aug 2017 00:29:01 +0000 (00:29 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 25 Aug 2017 13:58:44 +0000 (14:58 +0100)
commitb8972bf0521ca7ee3c8d27da0fd101fe648acfc2
tree5c29c9f54fc2551af76efc41fd318710dc18a232
parent21a035287e28ec225fe7dfd1fffc509efd26a5db
ASoC: remove duplicate definition of controls/num_controls

snd_soc_component and snd_soc_component_driver both have
controls/num_controls, 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>
include/sound/soc.h
sound/soc/soc-core.c