]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Automatically initialize regmap for all components
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 19 Aug 2014 13:51:28 +0000 (15:51 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 19 Aug 2014 15:59:47 +0000 (10:59 -0500)
commit8ec7aabdd74efb232a7ef688d648b0c8723dc98e
tree59478de5d89b9f6b99e7cb9772ee2c3ee53fd09d
parent544af87053a9b8fa27a4988df351be8eb8ffd06c
ASoC: Automatically initialize regmap for all components

So far regmap is only automatically initialized for CODECs. Now that we have the
infrastructure in place to let components have DAPM widgets and controls that
want to use the generic regmap based IO also make sure to automatically
initialize regmap for all components.

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
sound/soc/soc-io.c