]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ASoC: mpc5200: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Aug 2021 07:28:12 +0000 (09:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Aug 2021 06:09:16 +0000 (08:09 +0200)
commit3610a6d1dbd19b344bdf5b6647b2750efe55fe2e
treeb451764ea1403ca7cfb61066ce358c04c7fe1806
parente159704f792014a23b92b85f62a8f990b08bd7e2
ASoC: mpc5200: Use managed buffer allocation

This patch simplifies the buffer pre-allocation code of fsl mpc5200
driver with the standard managed buffer helper.  It uses the newly
introduced fixed-size buffer allocation helper.

Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210802072815.13551-13-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/fsl/mpc5200_dma.c