commit | 36e914cc4bb5d1842e7c8a2e2b9b4f2935771c14 | [log] [tgz] |
---|---|---|
author | Vaishali Thakkar <vthakkar1994@gmail.com> | Thu Jul 23 22:09:15 2015 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Jul 23 17:40:37 2015 +0100 |
tree | fa240045893d94877b4ab1ee1e7e5387dbe56532 | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 [diff] |
ASoC: xtensa: 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: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>