]> 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)
commitb9e0e91c6f5f35a1998f0a84b54bb2a19f3eec20
tree59478de5d89b9f6b99e7cb9772ee2c3ee53fd09d
parent364e17a1e720908fc7b139db881a82cb6c381023
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