commit | 3a96878e6d01b70836cbf8a0e968619ef2e2aceb | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Jan 02 13:56:10 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Jan 05 21:29:25 2015 +0000 |
tree | 558b3ae1897c201f994b6a7ce4e2ba6f20ba3f85 | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 [diff] |
ASoC: nuc900: 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>