ASoC: bcm: Use managed PCM buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Aug 2021 07:28:06 +0000 (09:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Aug 2021 06:08:35 +0000 (08:08 +0200)
commit13ce4d8fbf59defb69685c76279e57d4830b411d
tree03d1ace60a348844f71b2c913a4f06f7053f95e0
parent7f2da3d76b7d5228457d22a2dff0725fbf93d417
ASoC: bcm: Use managed PCM buffer allocation

As the standard buffer allocation helper supports WC pages now, we can
convert bcm driver to use that.  This allows us to remove lots of
superfluous code.

Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210802072815.13551-7-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/bcm/bcm63xx-pcm-whistler.c