commit | 691384503426f97f647e98eed85410eae71c2754 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Jan 02 13:56:13 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Jan 05 21:30:20 2015 +0000 |
tree | 17a8978c71bfec50f8758d7018c2770a0fdafece | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 [diff] |
ASoC: txx9: Remove unnecessary snd_pcm_lib_preallocate_free_for_all() The ALSA core takes care that all preallocated memory is freed when the PCM itself is freed. There is no need to do this manually in the driver. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>