]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 6 Dec 2021 21:08:03 +0000 (22:08 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 14 Dec 2021 17:15:29 +0000 (17:15 +0000)
commitf9e7d7d321cc8c409553b9024afa3ea4e07feed6
tree5cd459fba7a7c317eda8e0cf42613bcb85afaa88
parent62d075d720fc75470f68752a6ba0282277a2195a
ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()

The FIFO registers which take an DMA-able address are only 32-bit wide
on AIU. Add dma_coerce_mask_and_coherent() to make the DMA core aware of
this limitation.

Fixes: dd8a6eff9a9e26 ("ASoC: meson: aiu: add i2s and spdif support")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20211206210804.2512999-2-martin.blumenstingl@googlemail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/aiu-fifo.c