]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - sound/soc/Makefile
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)
commita0b03a616b08cf9d709812ff5cf7e9c0958d6807
treea18ed8b96c3c6fb7c1e59639e6666f588fbd9beb
parent272b98c6455f00884f0350f775c5342358ebb73f
ASoC: core: Implement devm_snd_soc_register_component()

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>
include/sound/soc.h
sound/soc/Makefile
sound/soc/soc-devres.c [new file with mode: 0644]