Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | ASoC: core: Add devm_snd_soc_register_card() | Mark Brown | |
Simplify error handling and remove repetitive (and rarely executed) code for unregistration by providing a devm_snd_soc_register() card. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> | |||
2013-09-17 | ASoC: core: Implement devm_snd_soc_register_component() | Mark Brown | |
Since with the wider use of devres many drivers are now only calling snd_soc_unregister_component() in their remove functions providing a managed version will save a reasonable amount of code. Signed-off-by: Mark Brown <broonie@linaro.org> |