Searched hist:"1 bcd326631dc4faa3322d60b4fc45e8b3747993e" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/meson/ |
H A D | aiu-fifo.c | diff 1bcd326631dc4faa3322d60b4fc45e8b3747993e Mon Dec 06 22:08:03 CET 2021 Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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: 6ae9ca9ce986bf ("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>
|