ASoC: nuc900: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 2 Jan 2015 12:56:10 +0000 (13:56 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 5 Jan 2015 21:29:25 +0000 (21:29 +0000)
commit3a96878e6d01b70836cbf8a0e968619ef2e2aceb
tree558b3ae1897c201f994b6a7ce4e2ba6f20ba3f85
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
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>
sound/soc/nuc900/nuc900-pcm.c