]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: xtensa: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()
authorVaishali Thakkar <vthakkar1994@gmail.com>
Thu, 23 Jul 2015 16:39:15 +0000 (22:09 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 23 Jul 2015 16:40:37 +0000 (17:40 +0100)
commit36e914cc4bb5d1842e7c8a2e2b9b4f2935771c14
treefa240045893d94877b4ab1ee1e7e5387dbe56532
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
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>
sound/soc/xtensa/xtfpga-i2s.c