ASoC: Add function to register component controls
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 17 Jul 2014 20:01:08 +0000 (22:01 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 22 Jul 2014 22:15:57 +0000 (23:15 +0100)
commit0f2780ad4c2a398528c7bb1572158d6e894e5dd2
treebcaf015bda60b9af68573a6c0ec75d5245845323
parent00200107a296cad3a950049a5ad7134a0d962b8d
ASoC: Add function to register component controls

We have now everything in place to actual let a component register controls. Add
a function which allows to do so.

Also update snd_soc_add_codec_controls() and snd_soc_platform_controls() to use
this new function internally. And while we are at it also change the
num_controls parameter of those two functions from int to unsigned int.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/soc.h
sound/soc/soc-core.c