Searched hist:"20 feb881988cdf5f53304c355ae8ee3bf82e80ec" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | soc.h | diff 20feb881988cdf5f53304c355ae8ee3bf82e80ec Tue Nov 18 12:45:52 CST 2014 Lars-Peter Clausen <lars@metafoo.de> ASoC: Add helper functions for deferred regmap setup
Some drivers (most notably the AC'97 drivers) do not have access to their regmap struct when the component/codec is registered. For those drivers the automatic regmap setup will not work and needs to be done manually, typically from the component/CODEC drivers probe callback.
This patch adds a set of helper function to handle deferred regmap initialization as well as early regmap tear-down.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
|
/openbmc/linux/sound/soc/ |
H A D | soc-core.c | diff 20feb881988cdf5f53304c355ae8ee3bf82e80ec Tue Nov 18 12:45:52 CST 2014 Lars-Peter Clausen <lars@metafoo.de> ASoC: Add helper functions for deferred regmap setup
Some drivers (most notably the AC'97 drivers) do not have access to their regmap struct when the component/codec is registered. For those drivers the automatic regmap setup will not work and needs to be done manually, typically from the component/CODEC drivers probe callback.
This patch adds a set of helper function to handle deferred regmap initialization as well as early regmap tear-down.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
|