ASoC: core: Implement devm_snd_soc_register_component()
authorMark Brown <broonie@linaro.org>
Wed, 4 Sep 2013 19:37:34 +0000 (20:37 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 16 Sep 2013 23:49:57 +0000 (00:49 +0100)
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>

No differences found