]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit29f629466e7d552620e8bf5b67074d4908146d99
tree5c29c9f54fc2551af76efc41fd318710dc18a232
parent91d53c9e2b1052a49673e9a06cf696ed68c892d3
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